From 1ddcda5c5d148d8bdd2c6eedb5e19f2516c306c4 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Wed, 20 Sep 2023 14:04:55 -0400 Subject: [PATCH] Logging to console --- src/engine/InterestManagement/HeightMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/InterestManagement/HeightMap.java b/src/engine/InterestManagement/HeightMap.java index 44712e89..5b8e18b7 100644 --- a/src/engine/InterestManagement/HeightMap.java +++ b/src/engine/InterestManagement/HeightMap.java @@ -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); }