This commit is contained in:
parent
9d6724287c
commit
85c6e48333
3 changed files with 16 additions and 5 deletions
|
@ -385,6 +385,7 @@ void CLevel::initLayers()
|
|||
MapSize.vy=Layer->Height;
|
||||
MapSize16.vx=Layer->Width*16;
|
||||
MapSize16.vy=Layer->Height*16;
|
||||
CThingManager::setMapWH(MapSize);
|
||||
}
|
||||
// Collision
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue