Browse Source

Logging to console

magicbox-1.5.2
MagicBot 1 year ago
parent
commit
1ddcda5c5d
  1. 2
      src/engine/InterestManagement/HeightMap.java

2
src/engine/InterestManagement/HeightMap.java

@ -339,7 +339,7 @@ public class HeightMap { @@ -339,7 +339,7 @@ public class HeightMap {
_pixelData.put(imageFile.getName().substring(0, imageFile.getName().lastIndexOf(".")), colorData);
} catch (IOException e) {
throw new RuntimeException(e);
Logger.error(e);
}

Loading…
Cancel
Save