Default to LEQUAL CompareMode;

This commit is contained in:
bjorn 2017-07-31 02:42:44 -07:00
parent 0e470a9088
commit 416f6f7216
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void lovrGraphicsReset() {
lovrGraphicsSetPointSize(1);
lovrGraphicsSetCullingEnabled(0);
lovrGraphicsSetPolygonWinding(POLYGON_WINDING_COUNTERCLOCKWISE);
lovrGraphicsSetDepthTest(COMPARE_LESS);
lovrGraphicsSetDepthTest(COMPARE_LEQUAL);
lovrGraphicsSetWireframe(0);
lovrGraphicsOrigin();
}