Explorar el Código

Let user choose to clear scissor area

pull/725/head
Ray hace 7 años
padre
commit
f1bcc131dc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/rlgl.h

+ 0
- 2
src/rlgl.h Ver fichero

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

Cargando…
Cancelar
Guardar