Gems/AtomLyIntegration
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,7 @@ int AZ::GlyphCache::Release()
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
int AZ::GlyphCache::LoadFontFromFile(const string& fileName)
|
||||
int AZ::GlyphCache::LoadFontFromFile(const AZStd::string & fileName)
|
||||
{
|
||||
return m_fontRenderer.LoadFromFile(fileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user