Explorar o código

Let user choose to clear scissor area

Ray %!s(int64=6) %!d(string=hai) anos
pai
achega
f1bcc131dc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/rlgl.h

+ 0 - 2
src/rlgl.h

@@ -3329,8 +3329,6 @@ void BeginScissorMode(int x, int y, int width, int height)
     
     glEnable(GL_SCISSOR_TEST);
     glScissor(x, screenHeight - (y + height), width, height);
-    
-    rlClearScreenBuffers(); // Clear current scissor area
 }
 
 // End scissor mode