From 74f70c61a37c94727e1411696f050cf588cf3446 Mon Sep 17 00:00:00 2001 From: max-001 Date: Fri, 20 Dec 2024 12:05:52 +0100 Subject: Fix merge issues --- src/example/ForestParallaxScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/example/ForestParallaxScript.h') 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; -- cgit v1.2.3