mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
This commit is contained in:
@@ -176,7 +176,7 @@ Variant *Channel::peek()
|
||||
return var;
|
||||
}
|
||||
|
||||
int Channel::count()
|
||||
int Channel::getCount()
|
||||
{
|
||||
Lock l(mutex);
|
||||
return queue.size();
|
||||
|
||||
Reference in New Issue
Block a user