diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2026-01-07 02:19:13 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2026-01-14 19:25:57 -0600 |
| commit | 0109ff3182895871cbaa379f7430b45c8f4381b4 (patch) | |
| tree | 8e7df8c93af5fbb8861e0785f1a54e3b7482de42 /src | |
| parent | 040e1f3fa038c23ccbed5319245c3eb26f34cdff (diff) | |
Fixed spdlog compilation issue
Diffstat (limited to 'src')
| -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 1033676..a492c21 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; |
