diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-16 13:21:53 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-16 13:21:53 +0100 |
commit | 572741fc845f430d225a4611a94aae7a2a544d12 (patch) | |
tree | dacc9296db5a570bbe12fe7cbc494732dc86dcd4 /src/crepe/api | |
parent | fdd5c471dffd4a204a91e8d1d70567fa56ea29a5 (diff) |
final touchups for #26
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/BehaviorScript.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h index 1a8910d..f7d484a 100644 --- a/src/crepe/api/BehaviorScript.h +++ b/src/crepe/api/BehaviorScript.h @@ -26,9 +26,6 @@ protected: friend class ComponentManager; public: - ~BehaviorScript() = default; - -public: /** * \brief Set the concrete script of this component * |