mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed a couple bugs caught by clang's static analyzer
This commit is contained in:
@@ -65,7 +65,7 @@ int TrueTypeRasterizer::getLineHeight() const
|
||||
|
||||
GlyphData *TrueTypeRasterizer::getGlyphData(uint32 glyph) const
|
||||
{
|
||||
love::font::GlyphMetrics glyphMetrics;
|
||||
love::font::GlyphMetrics glyphMetrics = {};
|
||||
FT_Glyph ftglyph;
|
||||
|
||||
// Initialize
|
||||
|
||||
Reference in New Issue
Block a user