Procházet zdrojové kódy

Corrected issue

pull/703/head
Ray před 6 roky
rodič
revize
b6d2f96645
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Zobrazit soubor

@ -3289,7 +3289,7 @@ void BeginScissorMode(int x, int y, int width, int height)
rlglDraw(); // Force drawing elements
glEnable(GL_SCISSOR_TEST);
glScissor(x, GetScreenHeight() - (y + height), width, height);
glScissor(x, screenHeight - (y + height), width, height);
rlClearScreenBuffers(); // Clear current scissor area
}

Načítá se…
Zrušit
Uložit