Skip to content

Commit a82637a

Browse files
committed
Commented out debug message
1 parent 9b4f265 commit a82637a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/nl/arjanfrans/mario/model/World.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ private void initTileset(TiledMapTileLayer layer) {
336336
TiledMapTile oldTile = cell.getTile();
337337

338338
if(oldTile.getProperties().containsKey("texture")) {
339-
D.o("Initializing textures");
339+
//D.o("Initializing textures");
340340
String texture = (String) oldTile.getProperties().get("texture");
341341
if(textureArr.containsKey(texture)) {
342342
oldTile.getTextureRegion().setRegion(textureArr.get(texture));

0 commit comments

Comments
 (0)