diff options
| author | Ray <raysan5@gmail.com> | 2019-09-09 21:54:40 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-09-09 21:54:40 +0200 |
| commit | 2d6bc1ff429a25313415c55f6683956cf6f5ebdc (patch) | |
| tree | a2f4a0da2c0337d7e0da734da18f359f78d65d7b | |
| parent | dec5f332ad9467d778c188be24169428907df0be (diff) | |
| download | raylib-2d6bc1ff429a25313415c55f6683956cf6f5ebdc.tar.gz raylib-2d6bc1ff429a25313415c55f6683956cf6f5ebdc.zip | |
Update raudio.h
| -rw-r--r-- | src/raudio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h index e508d380..eadbf33b 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -112,7 +112,6 @@ typedef struct Music { void *ctxData; // Audio context data, depends on type unsigned int sampleCount; // Total number of samples - unsigned int sampleLeft; // Number of samples left to end unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop AudioStream stream; // Audio stream |
