From 71a8401df046ac856d3bb02d6f44733890883f44 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Jul 2014 21:10:58 +0300 Subject: Add max texture size detection for all modes. --- src/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.h') 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 updateMirrors; Options options; float guiAlpha; + unsigned int textureSize; bool persistentIp; bool limitFps; bool inputFocused; -- cgit v1.2.3-60-g2f50