This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Let user choose to clear scissor area
pull/725/head
Ray
6 years ago
parent
60967d8cdc
commit
f1bcc131dc
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/rlgl.h
+ 0
- 2
src/rlgl.h
View File
@ -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
Write
Preview
Loading…
Cancel
Save