summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Sky.cpp')
-rw-r--r--Stars45/Sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Sky.cpp b/Stars45/Sky.cpp
index 6be9368..eb22cc3 100644
--- a/Stars45/Sky.cpp
+++ b/Stars45/Sky.cpp
@@ -132,7 +132,7 @@ Dust::Reset(const Point& ref)
void
Dust::ExecFrame(double factor, const Point& ref)
{
- if (Game::TimeCompression() > 4) {
+ if (Game::GetInstance()->TimeCompression() > 4) {
Hide();
return;
}