Skip to content

Commit

Permalink
bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seng-Jik committed Mar 7, 2022
1 parent 07fdda7 commit 6cbe154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpymo/cpymo_rmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ static void cpymo_rmenu_draw(const cpymo_engine *e, const void *ui_data)
r->bg,
0,
0,
(float)r->bg_w,
(float)r->bg_h,
r->bg_w,
r->bg_h,
1.0f,
cpymo_backend_image_draw_type_ui_bg);
}
Expand Down

0 comments on commit 6cbe154

Please sign in to comment.