Fixed return value from placeholder

This commit is contained in:
_ 2017-08-19 15:10:32 -07:00
parent a52339e574
commit 33b3b0a6d0

View File

@ -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.