Skip to content

Commit e430394

Browse files
author
Chris Warren-Smith
committed
SDL: fix image reference
1 parent 64b8fef commit e430394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/sdl/syswm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ char g_appPath[PATH_MAX + 1];
118118
void loadIcon(SDL_Window *window) {
119119
unsigned w, h;
120120
unsigned char *image;
121-
if (!lodepng_decode32(&image, &w, &h, sb_desktop_128x128_png, sb_desktop_128x128_png_len)) {
121+
if (!lodepng_decode32(&image, &w, &h, io_github_smallbasic_SmallBASIC_png, io_github_smallbasic_SmallBASIC_png_len)) {
122122
auto format = SDL_GetPixelFormatForMasks(32,
123123
0x000000ff,
124124
0x0000ff00,

0 commit comments

Comments
 (0)