Skip to content

Commit 7593741

Browse files
SiegeLordExSiegeLord
authored andcommitted
Also fix int-as-pointer bug in android_display.c
1 parent 49a25a6 commit 7593741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/android_display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ static void android_acknowledge_drawing_resume(ALLEGRO_DISPLAY *dpy)
867867
ALLEGRO_DEBUG("made current");
868868

869869
if (dpy->flags & ALLEGRO_PROGRAMMABLE_PIPELINE) {
870-
dpy->default_shader = _al_create_default_shader(dpy->flags);
870+
dpy->default_shader = _al_create_default_shader(dpy);
871871
}
872872

873873
// Bitmaps can still have stale shaders attached.

0 commit comments

Comments
 (0)