TINYGL: Renamed tglBlitScissorRect into tglBlitSetScissorRect

This commit is contained in:
Stefano Musumeci 2014-08-10 19:38:06 +02:00
parent daa8394adb
commit 5adba756e3
4 changed files with 5 additions and 5 deletions

View file

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