diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-06-11 01:31:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 01:31:19 -0600 |
| commit | 6b1f46c81d0cff15f141820fa351d1874cca9f05 (patch) | |
| tree | 1c9d3cac508a2f2604ba0f97378f51be498a16e6 | |
| parent | fe1ce26c02e615d6ecf2a761003ace76c6fdbd96 (diff) | |
Update DisplayListFactory.cpp (#133)
| -rw-r--r-- | src/factories/DisplayListFactory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/factories/DisplayListFactory.cpp b/src/factories/DisplayListFactory.cpp index 5fc8902..b544d9d 100644 --- a/src/factories/DisplayListFactory.cpp +++ b/src/factories/DisplayListFactory.cpp @@ -296,7 +296,6 @@ ExportResult DListBinaryExporter::Export(std::ostream &write, std::shared_ptr<IP auto dec = Companion::Instance->GetNodeByAddr(ptr); auto branch = (w0 >> 16) & G_DL_NO_PUSH; - Gfx value; if (node["otr_mode"]) { auto str = node["otr_mode"].as<std::string>(); // Too lower case |
