瀏覽代碼

Corrected issue

pull/703/head
Ray 6 年之前
父節點
當前提交
b6d2f96645
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h 查看文件

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

Loading…
取消
儲存