FixedMaxPathString replacement

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-05 19:25:26 -07:00
parent 0dc829891a
commit 84623dfb66
9 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ namespace Path
AZStd::string GetEditingGameDataFolder()
{
// Define here the mod name
static AZStd::fixed_string<AZ::IO::MaxPathLength> s_currentModName;
static AZ::IO::FixedMaxPathString s_currentModName;
if (s_currentModName.empty())
{