mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302).
--HG-- branch : minor
This commit is contained in:
@@ -56,7 +56,7 @@ love::audio::Source *Audio::newSource(int, int, int, int)
|
||||
return new Source();
|
||||
}
|
||||
|
||||
int Audio::getSourceCount() const
|
||||
int Audio::getActiveSourceCount() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user