diff options
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; |