TINYGL: Simplify setting & disabling scissors.

This commit is contained in:
Vincent Pelletier 2017-04-22 06:28:24 +00:00
parent e1de3407f1
commit 6087492dbd
6 changed files with 20 additions and 28 deletions

View file

@ -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() {