diff options
| author | Ray <[email protected]> | 2019-10-17 17:18:03 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-10-17 17:18:03 +0200 |
| commit | b75511248dfa53b20ff915b7f4a2b1b4e31925b9 (patch) | |
| tree | 88da79b296b60f2e573ecf4e691f93d45b4de2a4 /src/raudio.h | |
| parent | e40c26dea56a8f6f3c6143eb8c7be05b363b335a (diff) | |
| download | raylib-b75511248dfa53b20ff915b7f4a2b1b4e31925b9.tar.gz raylib-b75511248dfa53b20ff915b7f4a2b1b4e31925b9.zip | |
Remove trailing spaces
Diffstat (limited to 'src/raudio.h')
| -rw-r--r-- | src/raudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h index eadbf33b..f5315005 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -110,7 +110,7 @@ typedef struct Sound { typedef struct Music { int ctxType; // Type of music context (audio filetype) void *ctxData; // Audio context data, depends on type - + unsigned int sampleCount; // Total number of samples unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop |
