diff options
Diffstat (limited to 'src/example/StartGameScript.h')
-rw-r--r-- | src/example/StartGameScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/StartGameScript.h b/src/example/StartGameScript.h index f3534d0..ad62e1a 100644 --- a/src/example/StartGameScript.h +++ b/src/example/StartGameScript.h @@ -4,7 +4,7 @@ class StartGameScript : public crepe::Script { public: - void update(); + void fixed_update(crepe::duration_t dt); private: bool created_hole = false; |