Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Oct 4, 2023
1 parent f26fb89 commit 300c9d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ user_scene_1_t *__arm_2d_scene1_init( arm_2d_scene_player_t *ptDispAdapter,

/* set to the last frame */
arm_2d_helper_film_set_frame(&s_tileWIFISignalFilm, -1);

arm_2d_helper_film_set_frame(&s_tileWIFISignalFilmMask, -1);

*ptScene = (user_scene_1_t){
.use_as__arm_2d_scene_t = {
/* Please uncommon the callbacks if you need them
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ user_scene_1_t *__arm_2d_scene1_init( arm_2d_scene_player_t *ptDispAdapter,

/* set to the last frame */
arm_2d_helper_film_set_frame(&s_tileWIFISignalFilm, -1);

arm_2d_helper_film_set_frame(&s_tileWIFISignalFilmMask, -1);

*ptScene = (user_scene_1_t){
.use_as__arm_2d_scene_t = {
/* Please uncommon the callbacks if you need them
Expand Down

0 comments on commit 300c9d3

Please sign in to comment.