mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fix a couple bugs with love.graphics.clear.
This commit is contained in:
@@ -453,7 +453,7 @@ private:
|
||||
|
||||
float pointSize;
|
||||
|
||||
bool depthWritesEnabled;
|
||||
bool depthWritesEnabled = true;
|
||||
|
||||
GLuint boundFramebuffers[2];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user