Fix build error under non-windows platforms

This commit is contained in:
ExMatics HydrogenC
2023-12-03 16:04:50 +08:00
parent 6ab1663a14
commit 360c75355c

View File

@@ -103,7 +103,7 @@ void Font::Invalidate()
_characters.Clear(); _characters.Clear();
} }
inline API_FUNCTION() float Font::GetMaxHeight(FontFallbackList* fallbacks) const float Font::GetMaxHeight(FontFallbackList* fallbacks) const
{ {
float height = GetHeight(); float height = GetHeight();
auto& fallbackFonts = fallbacks->GetFontList(GetSize()); auto& fallbackFonts = fallbacks->GetFontList(GetSize());