Logging to console

This commit is contained in:
2023-09-20 14:04:55 -04:00
parent 9714393538
commit 1ddcda5c5d
+1 -1
View File
@@ -339,7 +339,7 @@ public class HeightMap {
_pixelData.put(imageFile.getName().substring(0, imageFile.getName().lastIndexOf(".")), colorData); _pixelData.put(imageFile.getName().substring(0, imageFile.getName().lastIndexOf(".")), colorData);
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); Logger.error(e);
} }