Gems/GameStateSamples

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-02 17:55:55 -07:00
parent ad14d9cdd7
commit b1e9d81d96
2 changed files with 2 additions and 2 deletions
@@ -83,7 +83,7 @@ namespace GameStateSamples
return;
}
string localizedMessage;
AZStd::string localizedMessage;
const char* localizationKey = AZ_TRAIT_GAMESTATESAMPLES_PRIMARY_CONTROLLER_DISCONNECTED_LOC_KEY;
bool wasLocalized = false;
LocalizationManagerRequestBus::BroadcastResult(wasLocalized,
@@ -99,7 +99,7 @@ namespace GameStateSamples
return;
}
string localizedMessage;
AZStd::string localizedMessage;
const char* localizationKey = "@PRIMARY_CONTROLLER_DISCONNECTED_LOC_KEY";
bool wasLocalized = false;
LocalizationManagerRequestBus::BroadcastResult(wasLocalized,