summaryrefslogtreecommitdiffhomepage
path: root/Stars45/QuantumView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/QuantumView.cpp')
-rw-r--r--Stars45/QuantumView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/QuantumView.cpp b/Stars45/QuantumView.cpp
index 889457e..fa2905d 100644
--- a/Stars45/QuantumView.cpp
+++ b/Stars45/QuantumView.cpp
@@ -31,7 +31,7 @@
#include "FontMgr.h"
#include "Keyboard.h"
#include "Mouse.h"
-#include "Game.h"
+#include "Clock.h"
#include "ContentBundle.h"
#include "Menu.h"
@@ -169,7 +169,7 @@ QuantumView::ExecFrame()
static double time_til_change = 0;
if (time_til_change > 0)
- time_til_change -= Game::GetInstance()->GetClock()->GuiDelta();
+ time_til_change -= Clock::GetInstance()->GuiDelta();
if (time_til_change <= 0) {
time_til_change = 0;