From 2bc5c43b19688d778aa9684983b982a5ffee5ab9 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 20 Sep 2021 15:51:34 +0200 Subject: [PATCH] small fix --- src/main/java/com/seibel/lod/util/DataPointUtil.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/seibel/lod/util/DataPointUtil.java b/src/main/java/com/seibel/lod/util/DataPointUtil.java index 9cef56d06..662ac855d 100644 --- a/src/main/java/com/seibel/lod/util/DataPointUtil.java +++ b/src/main/java/com/seibel/lod/util/DataPointUtil.java @@ -271,8 +271,6 @@ public class DataPointUtil tempRed = tempRed / numberOfChildren; tempGreen = tempGreen / numberOfChildren; tempBlue = tempBlue / numberOfChildren; - tempHeight = tempHeight / numberOfChildren; - tempDepth = tempDepth / numberOfChildren; tempLightBlock = tempLightBlock / numberOfChildren; tempLightSky = tempLightSky / numberOfChildren; return DataPointUtil.createDataPoint(tempAlpha, tempRed, tempGreen, tempBlue, tempHeight, tempDepth, tempLightSky, tempLightBlock, tempGenMode);