re-add quad.hasError red color
accidentally removed it
This commit is contained in:
+1
-2
@@ -273,8 +273,7 @@ public class LodQuadBuilder
|
||||
throw new IllegalArgumentException("Invalid Axis enum: " + axis);
|
||||
}
|
||||
putVertex(bb, (short) (quad.x + dx), (short) (quad.y + dy), (short) (quad.z + dz),
|
||||
// quad.hasError ? ColorUtil.RED : quad.color, // TODO add debug config
|
||||
quad.color,
|
||||
quad.hasError ? ColorUtil.RED : quad.color, // TODO add debug config that allows toggling this
|
||||
quad.hasError ? 15 : quad.skyLight,
|
||||
quad.hasError ? 15 : quad.blockLight,
|
||||
mx, my, mz);
|
||||
|
||||
Reference in New Issue
Block a user