summaryrefslogtreecommitdiffhomepage
path: root/GameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'GameScreen.h')
-rw-r--r--GameScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GameScreen.h b/GameScreen.h
index 2b5152f..144bd82 100644
--- a/GameScreen.h
+++ b/GameScreen.h
@@ -16,6 +16,6 @@ public:
void draw() override;
private:
Player m_player;
- ExampleGenerator m_generator;
ConstantVelocitySystem m_const;
+ ExampleGenerator m_generator;
};