v0.4.2: fixed two crash bugs caused by recent changes
This commit is contained in:
committed by
Evan Debenham
parent
a29c274484
commit
1461003683
@@ -78,6 +78,7 @@ public class Tilemap extends Visual {
|
||||
bufferPositions = new short[size];
|
||||
for (int i = 0; i < bufferPositions.length; i++)
|
||||
bufferPositions[i] = -1;
|
||||
bufferLength = 0;
|
||||
|
||||
width = cellW * mapWidth;
|
||||
height = cellH * mapHeight;
|
||||
|
||||
Reference in New Issue
Block a user