Commit c14378acd5a78ed1a93bde7169d4f4a32418a174

Thomas de Grivel 2023-12-09T15:02:59

fix demo_gl on mac

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/libc3/window/sdl2/demo/macos/Makefile b/libc3/window/sdl2/demo/macos/Makefile
index d4d8978..89d4a4b 100644
--- a/libc3/window/sdl2/demo/macos/Makefile
+++ b/libc3/window/sdl2/demo/macos/Makefile
@@ -22,9 +22,11 @@ DISTCLEANFILES = ${CLEANFILES} config.mk
 IMG_SOURCES = \
 	../../../../../img/earth.png \
 	../../../../../img/flaps.png \
+	../../../../../img/flaps.256.png \
 	../../../../../img/fly-dead.png \
 	../../../../../img/fly-noto.png \
 	../../../../../img/toast.png \
+	../../../../../img/toast.128.png \
 
 FONT_SOURCES = \
 	../../../../../fonts/Courier\ New \