瀏覽代碼

Let user choose to clear scissor area

pull/725/head
Ray 6 年之前
父節點
當前提交
f1bcc131dc
共有 1 個檔案被更改,包括 0 行新增2 行删除
  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); glEnable(GL_SCISSOR_TEST);
glScissor(x, screenHeight - (y + height), width, height); glScissor(x, screenHeight - (y + height), width, height);
rlClearScreenBuffers(); // Clear current scissor area
} }
// End scissor mode // End scissor mode

Loading…
取消
儲存