Skip to content

Commit

Permalink
#1360: fixed music() api parameters count for js
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Apr 7, 2021
1 parent 0350ff7 commit 8b74a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ enum
macro(tri, 7, void, tic_mem*, s32 x1, s32 y1, s32 x2, s32 y2, s32 x3, s32 y3, u8 color) \
macro(textri, 14, void, tic_mem*, float x1, float y1, float x2, float y2, float x3, float y3, float u1, float v1, float u2, float v2, float u3, float v3, bool use_map, u8* colors, s32 count) \
macro(clip, 4, void, tic_mem*, s32 x, s32 y, s32 width, s32 height) \
macro(music, 4, void, tic_mem*, s32 track, s32 frame, s32 row, bool loop, bool sustain) \
macro(music, 5, void, tic_mem*, s32 track, s32 frame, s32 row, bool loop, bool sustain) \
macro(sync, 3, void, tic_mem*, u32 mask, s32 bank, bool toCart) \
macro(reset, 0, void, tic_mem*) \
macro(key, 1, bool, tic_mem*, tic_key key) \
Expand Down

0 comments on commit 8b74a06

Please sign in to comment.