Update DisplayListFactory.cpp (#150)

This commit is contained in:
MegaMech
2024-08-17 16:40:14 -06:00
committed by GitHub
parent 5d499766c6
commit 0b7901ae85
+1 -2
View File
@@ -272,8 +272,7 @@ ExportResult DListBinaryExporter::Export(std::ostream &write, std::shared_ptr<IP
SPDLOG_INFO("Found vtx: 0x{:X} Hash: 0x{:X} Path: {}", ptr, hash, std::get<0>(dec.value()));
// TODO: Find a better way to do this because its going to break on other games
Gfx value = gsSPVertexOTR(didx, nvtx, 0);
Gfx value = gsSPVertexOTR(0, nvtx, didx);
SPDLOG_INFO("gsSPVertex({}, {}, 0x{:X})", nvtx, didx, ptr);