diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 7d5efe0d..6a6ad197 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -813,28 +813,38 @@ void Graphics::drawtowertile3( int x, int y, int t, TowerBG& bg_obj ) void Graphics::drawgui(void) { + int text_sign; + if (flipmode) + { + text_sign = -1; + } + else + { + text_sign = 1; + } + //Draw all the textboxes to the screen for (size_t i = 0; i