Fix a couple bugs with love.graphics.clear.

This commit is contained in:
Alex Szpakowski
2017-12-10 14:40:08 -04:00
parent 4399e7cfad
commit 3a8390ceff
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ private:
float pointSize;
bool depthWritesEnabled;
bool depthWritesEnabled = true;
GLuint boundFramebuffers[2];