1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +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

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