Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302).

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 16:23:55 -03:00
parent d8eb6e6012
commit 3128a127cf
8 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -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;
}