diff options
Diffstat (limited to 'src/example/ForestParallaxScript.h')
-rw-r--r-- | src/example/ForestParallaxScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/ForestParallaxScript.h b/src/example/ForestParallaxScript.h index 39b7ecb..a65a684 100644 --- a/src/example/ForestParallaxScript.h +++ b/src/example/ForestParallaxScript.h @@ -6,7 +6,7 @@ class ForestParallaxScript : public crepe::Script { public: ForestParallaxScript(float begin_x, float end_x, std::string unique_bg_name); - void update(); + void fixed_update(crepe::duration_t dt); private: const float begin_x; |