ソースを参照

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
}

読み込み中…
キャンセル
保存