We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a25a6 commit 7593741Copy full SHA for 7593741
src/android/android_display.c
@@ -867,7 +867,7 @@ static void android_acknowledge_drawing_resume(ALLEGRO_DISPLAY *dpy)
867
ALLEGRO_DEBUG("made current");
868
869
if (dpy->flags & ALLEGRO_PROGRAMMABLE_PIPELINE) {
870
- dpy->default_shader = _al_create_default_shader(dpy->flags);
+ dpy->default_shader = _al_create_default_shader(dpy);
871
}
872
873
// Bitmaps can still have stale shaders attached.
0 commit comments