TINYGL: Typo in disabled code.
This commit is contained in:
parent
8ec310468d
commit
a1418732ec
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void tglPresentBufferDirtyRects(TinyGL::GLContext *c) {
|
|||
// red rectangles are original dirty rects
|
||||
|
||||
bool blendingEnabled = c->fb->isBlendingEnabled();
|
||||
bool alphaTestEnabled = c->fb->isAplhaTestEnabled();
|
||||
bool alphaTestEnabled = c->fb->isAlphaTestEnabled();
|
||||
c->fb->enableBlending(false);
|
||||
c->fb->enableAlphaTest(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue