diff options
| author | Ray <[email protected]> | 2021-04-18 23:50:32 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-18 23:50:32 +0200 |
| commit | 581bd0eb020c730dd5f14fee7867629c1cd9c8c0 (patch) | |
| tree | 259f2aead5c25124792eb2ea8c7cbdfb1cdb3e02 /src/raudio.c | |
| parent | 63432724c7a345b175eb56c227666f6e305e91d0 (diff) | |
| download | raylib-581bd0eb020c730dd5f14fee7867629c1cd9c8c0.tar.gz raylib-581bd0eb020c730dd5f14fee7867629c1cd9c8c0.zip | |
Remove trailing spaces
Diffstat (limited to 'src/raudio.c')
| -rw-r--r-- | src/raudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c index a25245ec..2b6b0a19 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -1235,7 +1235,7 @@ Music LoadMusicStream(const char *fileName) bits = 16; else if (AUDIO_DEVICE_FORMAT == ma_format_u8) bits = 8; - + // NOTE: Only stereo is supported for XM music.stream = InitAudioStream(AUDIO.System.device.sampleRate, bits, AUDIO_DEVICE_CHANNELS); music.sampleCount = (unsigned int)jar_xm_get_remaining_samples(ctxXm)*2; // 2 channels |
