summaryrefslogtreecommitdiff
path: root/src/graphicsmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsmanager.cpp')
-rw-r--r--src/graphicsmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp
index cb7c401c6..93c11346f 100644
--- a/src/graphicsmanager.cpp
+++ b/src/graphicsmanager.cpp
@@ -302,7 +302,7 @@ void GraphicsManager::setVideoMode()
logger->log("Current resolution %s is incorrect.",
str.c_str());
}
- str = videoModes[0];
+// str = videoModes[0];
std::vector<int> res;
splitToIntVector(res, videoModes[0], 'x');
if (res.size() == 2)