mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
reset correct clear variable
This commit is contained in:
@@ -704,7 +704,7 @@ public abstract class PGL {
|
||||
clearColor = false;
|
||||
|
||||
pclearDepth = clearDepth;
|
||||
clearColor = false;
|
||||
clearDepth = false;
|
||||
|
||||
pclearStencil = clearStencil;
|
||||
clearStencil = false;
|
||||
|
||||
Reference in New Issue
Block a user