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 265fa78 commit d56371cCopy full SHA for d56371c
examples/Makefile.Web
@@ -975,7 +975,7 @@ textures/textures_blend_modes: textures/textures_blend_modes.c
975
976
textures/textures_bunnymark: textures/textures_bunnymark.c
977
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
978
- --preload-file textures/resources/wabbit_alpha.png@resources/wabbit_alpha.png
+ --preload-file textures/resources/raybunny.png@resources/raybunny.png
979
980
textures/textures_fog_of_war: textures/textures_fog_of_war.c
981
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
0 commit comments