From 405fc13eaaefe04c73593c5c4565e43a60fd47c2 Mon Sep 17 00:00:00 2001 From: Maide <34639600+Kelebek1@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:34:16 +0100 Subject: Update ZVtx.cpp (#188) --- ZAPD/ZVtx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZVtx.cpp') diff --git a/ZAPD/ZVtx.cpp b/ZAPD/ZVtx.cpp index 8b825b1..06762bb 100644 --- a/ZAPD/ZVtx.cpp +++ b/ZAPD/ZVtx.cpp @@ -38,7 +38,7 @@ void ZVtx::ParseRawData() std::string ZVtx::GetBodySourceCode() const { - return StringHelper::Sprintf("VTX(%i, %i, %i, %i, %i, %i, %i, %i, %i)", x, y, z, s, t, r, g, b, + return StringHelper::Sprintf(" VTX(%i, %i, %i, %i, %i, %i, %i, %i, %i)", x, y, z, s, t, r, g, b, a); } -- cgit v1.2.3