Code review comment for lp:~widelands-dev/widelands/bug-768826

Revision history for this message
TiborB (tiborb95) wrote :

re: "- In the editor, remove the blank space between ( and the first coordinate"

Talking about this line?

static boost::format node_format("(%3i, %3i, %2i)");

Because there is no space. But I can say that numbers between % and i are flatly ignored, if you know how to make them work...

« Back to merge proposal