mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fix formatting to be like original default
--HG-- branch : sounddata-samplecount
This commit is contained in:
@@ -154,7 +154,7 @@ int SoundData::getSampleCount() const
|
||||
|
||||
float SoundData::getDuration() const
|
||||
{
|
||||
return float(size) /(channels*sampleRate*bits/8);
|
||||
return float(size) / (channels*sampleRate*bits/8);
|
||||
}
|
||||
|
||||
void SoundData::setSample(int i, float sample)
|
||||
|
||||
Reference in New Issue
Block a user