From da3b2b032b50c6b1e1cb00aba96c0d46da5be6d4 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sat, 23 Nov 2024 20:55:46 +0100 Subject: added doxygen comments --- src/crepe/api/BehaviorScript.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/api/BehaviorScript.hpp') diff --git a/src/crepe/api/BehaviorScript.hpp b/src/crepe/api/BehaviorScript.hpp index 2e2def3..bd59337 100644 --- a/src/crepe/api/BehaviorScript.hpp +++ b/src/crepe/api/BehaviorScript.hpp @@ -14,7 +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