fixing build

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-05 14:30:04 -07:00
parent aa12434728
commit 0dc829891a
5 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ namespace Path
}
AZStd::string str(GetGameAssetsFolder());
str += "Mods\\";
str += s_currentModName;
str += s_currentModName.c_str();
return str;
}