We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52b6bf + 50ae66a commit d6344d7Copy full SHA for d6344d7
1 file changed
libs/hwui/Caches.cpp
@@ -418,6 +418,7 @@ bool Caches::enableScissor() {
418
if (!scissorEnabled) {
419
glEnable(GL_SCISSOR_TEST);
420
scissorEnabled = true;
421
+ resetScissor();
422
return true;
423
}
424
return false;
0 commit comments