Skip to content

Commit ad97598

Browse files
committed
fixes build error with SDL
1 parent cc774ef commit ad97598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/sdl_bus/sdl_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
self->texture = SDL_CreateTexture(
336336
self->renderer,
337337
(SDL_PixelFormatEnum)args[ARG_px_format].u_int,
338-
SDL_TEXTUREACCESS_static,
338+
SDL_TEXTUREACCESS_STATIC,
339339
self->panel_io_config.width,
340340
self->panel_io_config.height
341341
);

0 commit comments

Comments
 (0)