Let user choose to clear scissor area

This commit is contained in:
Ray 2019-01-15 12:08:11 +01:00
parent 60967d8cdc
commit f1bcc131dc

View File

@ -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