Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 68a7b01

Browse files
authored
Update cpymo_rmenu.c
1 parent a3e0845 commit 68a7b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpymo/cpymo_rmenu.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ static void cpymo_rmenu_draw(const cpymo_engine *e, const void *ui_data)
6969
r->bg,
7070
0,
7171
0,
72-
w,
73-
h,
72+
(float)r->bg_w,
73+
(float)r->bg_h,
7474
1.0f,
7575
cpymo_backend_image_draw_type_ui_bg);
7676
}

0 commit comments

Comments
 (0)