Skip to content

Commit

Permalink
[example/tempalte/tgui_demo] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
versaloon committed Nov 14, 2024
1 parent e5e951e commit 8cd8419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/template/demo/tgui_demo/tgui_demo/tgui_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static inline void vsf_tgui_sdl_tile_get_pixel(const char* pixelmap_ptr, vsf_tgu
argb_color.green = *pixelmap_ptr++;
argb_color.blue = *pixelmap_ptr++;

if (type == VSF_TILE_TGUI_COLORTYPE_RGBA) {
if (type == VSF_TGUI_TILE_COLORTYPE_RGBA) {
argb_color.alpha = *pixelmap_ptr++;
} else {
argb_color.alpha = 0xFF;
Expand Down

0 comments on commit 8cd8419

Please sign in to comment.