Skip to content

Commit d56371c

Browse files
committed
Update Makefile.Web
1 parent 265fa78 commit d56371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile.Web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ textures/textures_blend_modes: textures/textures_blend_modes.c
975975

976976
textures/textures_bunnymark: textures/textures_bunnymark.c
977977
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
978-
--preload-file textures/resources/wabbit_alpha.png@resources/wabbit_alpha.png
978+
--preload-file textures/resources/raybunny.png@resources/raybunny.png
979979

980980
textures/textures_fog_of_war: textures/textures_fog_of_war.c
981981
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)

0 commit comments

Comments
 (0)