Eliminat SDL_Log
This commit is contained in:
@@ -134,7 +134,6 @@ JA_Music_t *JA_LoadMusic(Uint8* buffer, Uint32 length)
|
||||
|
||||
SDL_AudioCVT cvt;
|
||||
SDL_BuildAudioCVT(&cvt, AUDIO_S16, chan, samplerate, JA_format, JA_channels, JA_freq);
|
||||
SDL_Log("Music length: %f\n", float(music->samples)/float(JA_freq));
|
||||
if (cvt.needed) {
|
||||
cvt.len = music->samples * chan * 2;
|
||||
music->length = cvt.len;
|
||||
|
||||
Reference in New Issue
Block a user