summaryrefslogtreecommitdiff
path: root/ZAPD/ZVtx.cpp
diff options
context:
space:
mode:
authorMaide <34639600+Kelebek1@users.noreply.github.com>2021-09-22 18:34:16 +0100
committerGitHub <noreply@github.com>2021-09-22 13:34:16 -0400
commit405fc13eaaefe04c73593c5c4565e43a60fd47c2 (patch)
treecf015f08233a712df37269bff52e0cc93047a556 /ZAPD/ZVtx.cpp
parent623d779f8ea111cb8cbb78a218c8454e819c4c13 (diff)
Update ZVtx.cpp (#188)
Diffstat (limited to 'ZAPD/ZVtx.cpp')
-rw-r--r--ZAPD/ZVtx.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}