Reset coordinate system on lovr.graphics.reset;

This commit is contained in:
bjorn 2017-02-18 15:29:32 -08:00
parent 24d928e9a2
commit f46339c336
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ void lovrGraphicsReset() {
lovrGraphicsSetPolygonWinding(POLYGON_WINDING_COUNTERCLOCKWISE);
lovrGraphicsSetDepthTest(COMPARE_LESS);
lovrGraphicsSetWireframe(0);
lovrGraphicsOrigin();
}
void lovrGraphicsClear(int color, int depth) {