diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2021-09-22 18:34:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 13:34:16 -0400 |
| commit | 405fc13eaaefe04c73593c5c4565e43a60fd47c2 (patch) | |
| tree | cf015f08233a712df37269bff52e0cc93047a556 /ZAPD/ZVtx.cpp | |
| parent | 623d779f8ea111cb8cbb78a218c8454e819c4c13 (diff) | |
Update ZVtx.cpp (#188)
Diffstat (limited to 'ZAPD/ZVtx.cpp')
| -rw-r--r-- | ZAPD/ZVtx.cpp | 2 |
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); } |
