1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

PlayChannel linkname fix

This commit is contained in:
Brian Fiete 2024-06-24 16:51:46 +02:00
parent 570f79c9ca
commit 7767df89dc

View file

@ -288,8 +288,7 @@ namespace SDL2
int32 ticks
);
/* chunk refers to a Mix_Chunk* */
[LinkName("Mix_PlayChannel")]
/* chunk refers to a Mix_Chunk* */
public static int32 PlayChannel(
int32 channel,
Chunk* chunk,