diff options
Diffstat (limited to 'source/frontend/StarCinematic.hpp')
-rw-r--r-- | source/frontend/StarCinematic.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCinematic.hpp b/source/frontend/StarCinematic.hpp index 0939369..96f40e7 100644 --- a/source/frontend/StarCinematic.hpp +++ b/source/frontend/StarCinematic.hpp @@ -22,7 +22,7 @@ public: void setPlayer(PlayerPtr player); - void update(); + void update(float dt); void render(); bool completed() const; |