diff --git a/Source/Engine/Render2D/Font.cpp b/Source/Engine/Render2D/Font.cpp index 9f28aac01..9a2037b3f 100644 --- a/Source/Engine/Render2D/Font.cpp +++ b/Source/Engine/Render2D/Font.cpp @@ -103,7 +103,7 @@ void Font::Invalidate() _characters.Clear(); } -inline API_FUNCTION() float Font::GetMaxHeight(FontFallbackList* fallbacks) const +float Font::GetMaxHeight(FontFallbackList* fallbacks) const { float height = GetHeight(); auto& fallbackFonts = fallbacks->GetFontList(GetSize());