diff options
Diffstat (limited to 'src/factories/sm64/BehaviorScriptFactory.cpp')
| -rw-r--r-- | src/factories/sm64/BehaviorScriptFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/sm64/BehaviorScriptFactory.cpp b/src/factories/sm64/BehaviorScriptFactory.cpp index a492c21..1033676 100644 --- a/src/factories/sm64/BehaviorScriptFactory.cpp +++ b/src/factories/sm64/BehaviorScriptFactory.cpp @@ -185,7 +185,7 @@ std::optional<std::shared_ptr<IParsedData>> SM64::BehaviorScriptFactory::parse(s while(processing) { auto opcode = static_cast<BehaviorOpcode>(cmd[0x00]); - // SPDLOG_INFO("Processing Command {}", opcode); + SPDLOG_INFO("Processing Command {}", opcode); std::vector<BehaviorArgument> arguments; |
