mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix FLAC decoder code to compile if someone uncomments it. Resolves issue #1322.
--HG-- branch : minor
This commit is contained in:
@@ -69,7 +69,7 @@ bool FLACDecoder::accepts(const std::string &ext)
|
||||
|
||||
love::sound::Decoder *FLACDecoder::clone()
|
||||
{
|
||||
return new FLACDecoder(data.get(), ext, bufferSize, sampleRate);
|
||||
return new FLACDecoder(data.get(), ext, bufferSize);
|
||||
}
|
||||
|
||||
int FLACDecoder::decode()
|
||||
|
||||
Reference in New Issue
Block a user