From 33b3b0a6d0cceffcc0526156db3ac57fc0b4a774 Mon Sep 17 00:00:00 2001 From: _ <_> Date: Sat, 19 Aug 2017 15:10:32 -0700 Subject: [PATCH] Fixed return value from placeholder --- ReflexToQ3/includes/brushdef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReflexToQ3/includes/brushdef.cpp b/ReflexToQ3/includes/brushdef.cpp index ec2ba61..949c608 100644 --- a/ReflexToQ3/includes/brushdef.cpp +++ b/ReflexToQ3/includes/brushdef.cpp @@ -15,7 +15,7 @@ std::string texdef_gtk(const TPlanePoints & b) { << " " << b.rotation << " " << b.hscale << " " << b.vscale; - return " 0 0 0 0.500000 0.500000"; + return ss.str(); } // e.g GTK Radiant or older level editors.