Skip to content

Commit

Permalink
Commented out debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanfrans committed Jul 29, 2014
1 parent 9b4f265 commit a82637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/nl/arjanfrans/mario/model/World.java
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private void initTileset(TiledMapTileLayer layer) {
TiledMapTile oldTile = cell.getTile();

if(oldTile.getProperties().containsKey("texture")) {
D.o("Initializing textures");
//D.o("Initializing textures");
String texture = (String) oldTile.getProperties().get("texture");
if(textureArr.containsKey(texture)) {
oldTile.getTextureRegion().setRegion(textureArr.get(texture));
Expand Down

0 comments on commit a82637a

Please sign in to comment.