diff options
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index f1a6b42..f0b9c73 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -154,7 +154,7 @@ private: * \{ */ //! Game object ID of game object parent BehaviorScript is attached to - OptionalRef<const game_object_id_t> game_object_id; + game_object_id_t game_object_id; //! Reference to parent component OptionalRef<bool> active; //! Reference to component manager instance |