diff options
Diffstat (limited to 'src/example/PlayerScript.h')
-rw-r--r-- | src/example/PlayerScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/PlayerScript.h b/src/example/PlayerScript.h index 254dd41..84c4f7f 100644 --- a/src/example/PlayerScript.h +++ b/src/example/PlayerScript.h @@ -4,5 +4,5 @@ class PlayerScript : public crepe::Script { public: - void update(); + void fixed_update(crepe::duration_t dt); }; |