Tileset Pixel Size

Asked by Andre Novellino Gouvêa

In script_tileset.cpp, there is the following line:

  } else if (!strcmp(value, "size")) {
   CclGetPos(l, &this->pixelTileSize.x, &this->pixelTileSize.x, j);

Shouldn't it be "CclGetPos(l, &this->pixelTileSize.x, &this->pixelTileSize.y, j);" instead?

Question information

Language:
English Edit question
Status:
Solved
For:
Stratagus Edit question
Assignee:
Joris Dauphin Edit question
Last query:
Last reply:
Revision history for this message
cybermind (iddqd-mail) said :
#1

Since Joris have fixed this bug in rev.8917, I consider this question solved.

Revision history for this message
cybermind (iddqd-mail) said :
#2

Since Joris have fixed this bug in rev.8917, I consider this question solved.