aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-16 17:28:15 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-16 17:28:15 +0200
commit81a9b43e12a32340262fa0e74005c7e6bd25eba7 (patch)
tree9677122d27752f839407a8cd11feea87a1d4110e /src/crepe/api/BehaviorScript.h
parent1f82ffa4d3ee8355215d43bf43edf8cecaca0d1d (diff)
properly clean up Script instance
Diffstat (limited to 'src/crepe/api/BehaviorScript.h')
-rw-r--r--src/crepe/api/BehaviorScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h
index 052d764..e197991 100644
--- a/src/crepe/api/BehaviorScript.h
+++ b/src/crepe/api/BehaviorScript.h
@@ -16,7 +16,7 @@ protected:
friend class crepe::ComponentManager;
BehaviorScript();
public:
- virtual ~BehaviorScript() = default;
+ virtual ~BehaviorScript();
public:
template<class T>