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/StartGameScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/example/StartGameScript.cpp') diff --git a/src/example/StartGameScript.cpp b/src/example/StartGameScript.cpp index 00f419d..50ba86c 100644 --- a/src/example/StartGameScript.cpp +++ b/src/example/StartGameScript.cpp @@ -7,7 +7,7 @@ using namespace crepe; using namespace std; -void StartGameScript::update() { +void StartGameScript::fixed_update(crepe::duration_t dt) { Transform & player_transform = this->get_components_by_name("player").front(); // Create hole in wall and activate panic lamp -- cgit v1.2.3