diff --git a/config.cpp b/config.cpp index fdca62fc..2f3e95d1 100644 --- a/config.cpp +++ b/config.cpp @@ -750,6 +750,9 @@ void switchGL() { ANDROID_SETTINGS; #if CAP_SDL setvideomode(); + if(vid.usingGL) { + glhr::be_textured(); glhr::be_nontextured(); + } #endif }