summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp
index 9cf20f94..24fa9c86 100644
--- a/src/gui/char_select.cpp
+++ b/src/gui/char_select.cpp
@@ -450,13 +450,12 @@ void charSelect()
sel->setPlayerInfo(char_info);
}
- // Draw background
- login_wallpaper->draw(screen, 0, 0);
-
gui->logic();
- gui->draw();
- // Draw to screen
+ guiGraphics->_beginDraw();
+ login_wallpaper->draw(screen, 0, 0);
+ gui->draw();
+ guiGraphics->_endDraw();
guiGraphics->updateScreen();
}