diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-05-25 16:31:32 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-05-25 16:31:32 -0600 |
| commit | afd800afc0bad0dd034eb732354ed25c81621d2e (patch) | |
| tree | 80c18965e4837af9089f73ff11f8affa36351fde /src/factories/sm64/BehaviorScriptFactory.cpp | |
| parent | 1b06b44e67ec8f63af3cdcecdabf402405ff9493 (diff) | |
Fixed possible conflicts with LUS
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 6cbcd3e..953b1de 100644 --- a/src/factories/sm64/BehaviorScriptFactory.cpp +++ b/src/factories/sm64/BehaviorScriptFactory.cpp @@ -112,7 +112,7 @@ ExportResult SM64::BehaviorScriptBinaryExporter::Export(std::ostream &write, std auto writer = LUS::BinaryWriter(); const auto commands = std::static_pointer_cast<BehaviorScriptData>(raw)->mCommands; - WriteHeader(writer, LUS::ResourceType::BehaviorScript, 0); + WriteHeader(writer, Torch::ResourceType::BehaviorScript, 0); writer.Write((uint32_t)commands.size()); |
