mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
This commit is contained in:
@@ -146,7 +146,7 @@ void ImageRasterizer::load()
|
||||
}
|
||||
}
|
||||
|
||||
int ImageRasterizer::getNumGlyphs() const
|
||||
int ImageRasterizer::getGlyphCount() const
|
||||
{
|
||||
return numglyphs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user