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.