AtomFont
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ namespace AZ
|
||||
int Create(int width, int height);
|
||||
int Release();
|
||||
|
||||
int SaveBitmap(const string& fileName);
|
||||
int SaveBitmap(const AZStd::string& fileName);
|
||||
int Get32Bpp(unsigned int** buffer)
|
||||
{
|
||||
(*buffer) = new unsigned int[m_width * m_height];
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <AtomLyIntegration/AtomFont/FontTexture.h>
|
||||
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
int AZ::FontTexture::WriteToFile([[maybe_unused]] const string& fileName)
|
||||
int AZ::FontTexture::WriteToFile([[maybe_unused]] const AZStd::string& fileName)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user