re-add quad.hasError red color

accidentally removed it
This commit is contained in:
James Seibel
2023-06-25 19:01:10 -05:00
parent 9789b5be12
commit 35f239693d
@@ -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);