TINYGL: Typo in disabled code.

This commit is contained in:
Vincent Pelletier 2016-07-21 05:00:46 +02:00
parent 8ec310468d
commit a1418732ec

View file

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