mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Rename love.audio.getSourceCount to getActiveSourceCount and deprecate the old function (resolves issue #1302).
--HG-- branch : minor
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
* Gets the current number of simultaneous playing sources.
|
||||
* @return The current number of simultaneous playing sources.
|
||||
**/
|
||||
virtual int getSourceCount() const = 0;
|
||||
virtual int getActiveSourceCount() const = 0;
|
||||
|
||||
/**
|
||||
* Gets the maximum supported number of simultaneous playing sources.
|
||||
|
||||
Reference in New Issue
Block a user