diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 16:12:46 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 16:12:46 +0100 |
commit | bcb2e9d7a802680598085ad04ac06926f1e448a2 (patch) | |
tree | 340c798a7262ba7780b52f97006bf01bcc40bb2b /src/crepe/system | |
parent | 2153593f3a684a6b771c98a8e0c385b50a1e8886 (diff) |
reverted to master
Diffstat (limited to 'src/crepe/system')
-rw-r--r-- | src/crepe/system/ScriptSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/ScriptSystem.cpp b/src/crepe/system/ScriptSystem.cpp index df358e6..d6b2ca1 100644 --- a/src/crepe/system/ScriptSystem.cpp +++ b/src/crepe/system/ScriptSystem.cpp @@ -8,7 +8,7 @@ using namespace std; using namespace crepe; void ScriptSystem::update() { - //dbg_trace(); + dbg_trace(); ComponentManager & mgr = this->mediator.component_manager; RefVector<BehaviorScript> behavior_scripts = mgr.get_components_by_type<BehaviorScript>(); |