summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp
index ce29f1b1..fec41f5e 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1399,9 +1399,6 @@ void Client::handleVideoResize(int width, int height)
width = std::max(640, width);
height = std::max(360, height);
- if (graphics->getWidth() == width && graphics->getHeight() == height)
- return;
-
if (graphics->changeVideoMode(width,
height,
graphics->getBpp(),