TINYGL: Simplify setting & disabling scissors.
This commit is contained in:
parent
e1de3407f1
commit
6087492dbd
6 changed files with 20 additions and 28 deletions
|
@ -238,7 +238,7 @@ void glInit(void *zbuffer1, int textureSize) {
|
|||
c->_drawCallAllocator[1].initialize(kDrawCallMemory);
|
||||
c->_enableDirtyRectangles = false;
|
||||
|
||||
Graphics::Internal::tglBlitSetScissorRect(0, 0, c->fb->xsize, c->fb->ysize);
|
||||
Graphics::Internal::tglBlitResetScissorRect();
|
||||
}
|
||||
|
||||
void glClose() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue