From cec167477de8afcb53c2f0b18c3453e1599eb980 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sat, 23 Nov 2024 19:52:15 +0100 Subject: Fixing PR --- src/crepe/api/BehaviorScript.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crepe/api/BehaviorScript.hpp') diff --git a/src/crepe/api/BehaviorScript.hpp b/src/crepe/api/BehaviorScript.hpp index 484c318..2e2def3 100644 --- a/src/crepe/api/BehaviorScript.hpp +++ b/src/crepe/api/BehaviorScript.hpp @@ -14,6 +14,7 @@ BehaviorScript & BehaviorScript::set_script(Args &&... args) { dbg_trace(); static_assert(std::is_base_of::value); Script * s = new T(std::forward(args)...); + s->game_object_id = this->game_object_id; s->active = this->active; s->component_manager = this->component_manager; -- cgit v1.2.3