summaryrefslogtreecommitdiffhomepage
path: root/Stars45/LoadScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/LoadScreen.cpp')
-rw-r--r--Stars45/LoadScreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/LoadScreen.cpp b/Stars45/LoadScreen.cpp
index 7fdb1be..e541a36 100644
--- a/Stars45/LoadScreen.cpp
+++ b/Stars45/LoadScreen.cpp
@@ -86,7 +86,7 @@ LoadScreen::TearDown()
void
LoadScreen::ExecFrame()
{
- Game::SetScreenColor(Color::Black);
+ Game::GetInstance()->SetScreenColor(Color::Black);
if (load_dlg && load_dlg->IsShown())
load_dlg->ExecFrame();