mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
removed user-specified sample rates for Decoders
This commit is contained in:
@@ -43,7 +43,7 @@ namespace lullaby
|
||||
|
||||
public:
|
||||
|
||||
ModPlugDecoder(Data * data, const std::string & ext, int bufferSize, int sampleRate);
|
||||
ModPlugDecoder(Data * data, const std::string & ext, int bufferSize);
|
||||
virtual ~ModPlugDecoder();
|
||||
|
||||
static bool accepts(const std::string & ext);
|
||||
|
||||
Reference in New Issue
Block a user