Add extra space to error message for better formatting

This commit is contained in:
sconel
2021-06-23 17:06:13 -07:00
parent f91e640741
commit ad181205f8
@@ -554,7 +554,7 @@ namespace AzToolsFramework
else
{
AZ_Error("Prefab", false,
"Processing of the level prefab failed to produce a root spawnable while entering game mode."
"Processing of the level prefab failed to produce a root spawnable while entering game mode. "
"Unable to fully enter game mode.");
return;
}