From 951e84d97d15204bbae2fcb036dc57eaaf4039ae Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sun, 10 Mar 2024 16:09:20 -0600 Subject: Replaced displaylists and vertices with size:, and added debug for textures --- src/factories/VtxFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/factories/VtxFactory.cpp') diff --git a/src/factories/VtxFactory.cpp b/src/factories/VtxFactory.cpp index 2c225f9..c0b06ea 100644 --- a/src/factories/VtxFactory.cpp +++ b/src/factories/VtxFactory.cpp @@ -61,7 +61,7 @@ void VtxCodeExporter::Export(std::ostream &write, std::shared_ptr r write << "};\n"; if (Companion::Instance->IsDebug()) { - write << "// " << vtx.size() << " vertices\n"; + write << "// size: " << vtx.size() << "\n"; write << "// 0x" << std::hex << std::uppercase << (offset + (sizeof(VtxRaw) * vtx.size())) << "\n"; } -- cgit v1.2.3