mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 12:14:49 +02:00
imported changes from love-0.9.2
This commit is contained in:
@@ -132,6 +132,15 @@ void Audio::setVelocity(float *)
|
||||
{
|
||||
}
|
||||
|
||||
void Audio::setDopplerScale(float)
|
||||
{
|
||||
}
|
||||
|
||||
float Audio::getDopplerScale() const
|
||||
{
|
||||
return 1.0f;
|
||||
}
|
||||
|
||||
void Audio::record()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user