diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-16 21:10:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-16 21:27:20 +0300 |
commit | 71a8401df046ac856d3bb02d6f44733890883f44 (patch) | |
tree | e37e6c9b47ff4a9c45a41860286a78bd12f61616 /src/settings.h | |
parent | a82331f46657298d335c36f9276ab3007b327d4b (diff) | |
download | plus-71a8401df046ac856d3bb02d6f44733890883f44.tar.gz plus-71a8401df046ac856d3bb02d6f44733890883f44.tar.bz2 plus-71a8401df046ac856d3bb02d6f44733890883f44.tar.xz plus-71a8401df046ac856d3bb02d6f44733890883f44.zip |
Add max texture size detection for all modes.
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 15b26faae..847600c95 100644 --- a/src/settings.h +++ b/src/settings.h @@ -51,6 +51,7 @@ class Settings final updateMirrors(), options(), guiAlpha(1.0F), + textureSize(1024), persistentIp(true), limitFps(false), inputFocused(true), @@ -76,6 +77,7 @@ class Settings final std::vector<std::string> updateMirrors; Options options; float guiAlpha; + unsigned int textureSize; bool persistentIp; bool limitFps; bool inputFocused; |