From 840e969cadf36e17372da397eb758405150de6f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 21:24:46 +0300 Subject: Fix texture size detection and saving. --- src/graphicsmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphicsmanager.cpp') diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index 6af2e454c..f624ed850 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -990,6 +990,8 @@ void GraphicsManager::detectVideoSettings() if (val != -1) config.setValue("compresstextures", val); } + config.setValue("textureSize", conf.getValueInt("textureSize", 1024)); + config.setValue("testInfo", conf.getValue("testInfo", "")); delete test; } } -- cgit v1.2.3-60-g2f50