TINYGL: Renamed tglBlitScissorRect into tglBlitSetScissorRect
This commit is contained in:
parent
daa8394adb
commit
5adba756e3
4 changed files with 5 additions and 5 deletions
|
@ -643,7 +643,7 @@ void tglCleanupImages() {
|
|||
}
|
||||
}
|
||||
|
||||
void tglBlitScissorRect(int left, int top, int right, int bottom) {
|
||||
void tglBlitSetScissorRect(int left, int top, int right, int bottom) {
|
||||
scissorRect.left = left;
|
||||
scissorRect.right = right;
|
||||
scissorRect.top = top;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue