ANDROID: Always enable blending for touch controls.

This commit is contained in:
Dries Harnie 2013-06-02 12:41:08 +02:00
parent bc425be991
commit bf8a7ca542

View file

@ -573,6 +573,7 @@ void OSystem_Android::drawVirtControls() {
if (_show_overlay)
return;
glEnable(GL_BLEND);
_touchControls.draw();
}