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:
@@ -87,7 +87,7 @@ public:
|
||||
/**
|
||||
* Gets the number of glyphs the rasterizer has data for.
|
||||
**/
|
||||
virtual int getNumGlyphs() const = 0;
|
||||
virtual int getGlyphCount() const = 0;
|
||||
|
||||
|
||||
}; // Rasterizer
|
||||
|
||||
Reference in New Issue
Block a user