mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Corrected issue with Music type
This commit is contained in:
@ -514,7 +514,7 @@ typedef struct Wave {
|
||||
|
||||
// Music type (file streaming from memory)
|
||||
// NOTE: Anything longer than ~10 seconds should be streamed
|
||||
typedef struct Music *Music;
|
||||
typedef struct MusicData *Music;
|
||||
|
||||
// Audio stream type
|
||||
// NOTE: Useful to create custom audio streams not bound to a specific file
|
||||
|
||||
Reference in New Issue
Block a user