From 40c9393a43ab837890405119e135505010d96bd5 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Wed, 9 Dec 2020 05:08:49 +0300 Subject: [PATCH] Misc. --- src/model/model.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/model.cpp b/src/model/model.cpp index 0550fa1..9944c46 100644 --- a/src/model/model.cpp +++ b/src/model/model.cpp @@ -307,8 +307,8 @@ static std::string printVertex(const aim_vector4 &coordinates, AxisSystem as) auto v = rotate(coordinates, as); std::string s; - s = "v " + - print_float(v.x * scale_mult()) + s = "v"s + + " " + print_float(v.x * scale_mult()) + " " + print_float(v.y * scale_mult()) + " " + print_float(v.z * scale_mult()) //+ " " + print_float(coordinates.w)