mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fix inconsistent missing override warning in BMFontRasterizer
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
GlyphData *getGlyphData(uint32 glyph) const override;
|
||||
int getGlyphCount() const override;
|
||||
bool hasGlyph(uint32 glyph) const override;
|
||||
float getKerning(uint32 leftglyph, uint32 rightglyph) const;
|
||||
float getKerning(uint32 leftglyph, uint32 rightglyph) const override;
|
||||
|
||||
static bool accepts(love::filesystem::FileData *fontdef);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user