diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 14:44:48 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-17 14:44:48 +0100 |
commit | 4080a2eec207b35b36f7d0ceae7c2afcfcdfd977 (patch) | |
tree | dfb0f2df5f07719ff08c471853a30c388d211a9e /src/crepe/api/Script.h | |
parent | 0ce74416985061dee60253221a77e6b06b4ed12b (diff) |
small changes
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 8bca38a..668e5d1 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -185,7 +185,6 @@ private: * * \{ */ - //! Game object ID of game object parent BehaviorScript is attached to game_object_id_t game_object_id; //! Reference to parent component |