bugfix to allow changing of texture compression

This commit is contained in:
Mark Vejvoda 2013-06-07 18:34:55 +00:00
parent f05d132232
commit 7aca6c73c7

View File

@ -852,6 +852,8 @@ void MenuStateOptionsGraphics::saveConfig(){
config.setBool("RainEffect", checkBoxRainEffect.getValue());
config.setBool("RainEffectMenu", checkBoxRainEffectMenu.getValue());
config.setBool("EnableTextureCompression", checkBoxEnableTextureCompression.getValue());
config.setBool("EnableVideos", checkBoxVideos.getValue());
string currentResolution=config.getString("ScreenWidth")+"x"+config.getString("ScreenHeight");