small changes

This commit is contained in:
Leonardo
2021-08-23 14:20:09 +02:00
parent 81cbc7a12b
commit c1c6680d04
6 changed files with 13 additions and 14 deletions
@@ -606,6 +606,7 @@ public class LodRegion implements Serializable
{
if(minDetailLevel < detailLevel)
{
System.out.println("cutting at " + detailLevel);
for (byte tempLod = 0; tempLod < detailLevel; tempLod++)
{
colors[tempLod] = new byte[0][0][0];