mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
void update();
|
||||
|
||||
int getNumSources() const;
|
||||
int getSourceCount() const;
|
||||
int getMaxSources() const;
|
||||
|
||||
bool play(Source *source, ALuint &out);
|
||||
|
||||
Reference in New Issue
Block a user