ANDROID: Always enable blending for touch controls.
This commit is contained in:
parent
bc425be991
commit
bf8a7ca542
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ void OSystem_Android::drawVirtControls() {
|
|||
if (_show_overlay)
|
||||
return;
|
||||
|
||||
glEnable(GL_BLEND);
|
||||
_touchControls.draw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue