mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
issues addressed
cropped trailing spaces put TYPE_MAX_ENUM in getDurationAtomic moved around variables in seekAtomic --HG-- branch : minor
This commit is contained in:
@@ -51,7 +51,7 @@ love::audio::Source *Audio::newSource(love::sound::SoundData *)
|
||||
return new Source();
|
||||
}
|
||||
|
||||
love::audio::Source *Audio::newSource(int sampleRate, int bitDepth, int channels)
|
||||
love::audio::Source *Audio::newSource(int, int, int)
|
||||
{
|
||||
return new Source();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user