This commit is contained in:
parent
8c09a0d3f5
commit
412f73ee70
1 changed files with 6 additions and 0 deletions
|
@ -189,6 +189,12 @@ sOT *ThisOT=OtPtr+LayerOT;
|
|||
{
|
||||
if (TileLayers[i]) TileLayers[i]->render();
|
||||
}
|
||||
#ifdef __SHOW_COLLISION__
|
||||
if(CollisionLayer)
|
||||
{
|
||||
CollisionLayer->render(MapPos);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue