diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-20 12:05:52 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-20 12:05:52 +0100 |
commit | 74f70c61a37c94727e1411696f050cf588cf3446 (patch) | |
tree | 389c1e1a9b4b3a94dc9c10a94f00b28fe1e007ff /src/example/ForestParallaxScript.cpp | |
parent | 79d3a9f4311e6684b6df83a15ca7844f58c1959c (diff) |
Fix merge issues
Diffstat (limited to 'src/example/ForestParallaxScript.cpp')
-rw-r--r-- | src/example/ForestParallaxScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/ForestParallaxScript.cpp b/src/example/ForestParallaxScript.cpp index 782cdf0..27e30eb 100644 --- a/src/example/ForestParallaxScript.cpp +++ b/src/example/ForestParallaxScript.cpp @@ -9,7 +9,7 @@ ForestParallaxScript::ForestParallaxScript(float begin_x, float end_x, end_x(end_x), name(unique_bg_name) {} -void ForestParallaxScript::update() { +void ForestParallaxScript::fixed_update(crepe::duration_t dt) { RefVector<Transform> vec_2 = this->get_components_by_name<Transform>("forest_bg_2_" + name); RefVector<Transform> vec_3 |