diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index 3e4f31e7..e723860c 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -141,7 +141,7 @@ void lovrGraphicsReset() { lovrGraphicsSetPointSize(1); lovrGraphicsSetCullingEnabled(0); lovrGraphicsSetPolygonWinding(POLYGON_WINDING_COUNTERCLOCKWISE); - lovrGraphicsSetDepthTest(COMPARE_LESS); + lovrGraphicsSetDepthTest(COMPARE_LEQUAL); lovrGraphicsSetWireframe(0); lovrGraphicsOrigin(); }