mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +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;
|
GlyphData *getGlyphData(uint32 glyph) const override;
|
||||||
int getGlyphCount() const override;
|
int getGlyphCount() const override;
|
||||||
bool hasGlyph(uint32 glyph) 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);
|
static bool accepts(love::filesystem::FileData *fontdef);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user