Fixed return value from placeholder
This commit is contained in:
parent
a52339e574
commit
33b3b0a6d0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user