aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:56:25 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 10:56:25 +0100
commit87ae4d186ad64531e96fd3e121112f2787894295 (patch)
tree7e6efdf1cc66f63a9db0f1625e2d3e98647032e3 /src/crepe/api/BehaviorScript.h
parentaa2d2e05bc90b90ab503eff1f58bfc8c2b9c1741 (diff)
revert signalcatch
Diffstat (limited to 'src/crepe/api/BehaviorScript.h')
-rw-r--r--src/crepe/api/BehaviorScript.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/BehaviorScript.h b/src/crepe/api/BehaviorScript.h
index 52cf259..3909b96 100644
--- a/src/crepe/api/BehaviorScript.h
+++ b/src/crepe/api/BehaviorScript.h
@@ -48,8 +48,6 @@ public:
BehaviorScript & set_script(Args &&... args);
protected:
- //! Script type name
- std::string name = "unknown script";
//! Script instance
std::unique_ptr<Script> script = nullptr;
//! ScriptSystem needs direct access to the script instance