Integrating latest 47acbe8

This commit is contained in:
alexpete
2021-03-25 13:57:57 -07:00
parent 448c549698
commit 75dc720198
10312 changed files with 2711566 additions and 671451 deletions
-3
View File
@@ -37,7 +37,4 @@ ly_add_target(
3rdParty::Qt::Widgets
AZ::AzCore
AZ::GridMate
COMPILE_DEFINITIONS
PRIVATE
GRIDMATE_FOR_TOOLS
)
+2 -2
View File
@@ -621,8 +621,8 @@ int main(int argc, char *argv[])
{
bool failSilently = false;
// We are laucnhing this from Woodpecker all the time.
// When launching from Woodpecker, we don't want to show
// We are launching this from application all the time.
// When launching from the application, we don't want to show
// any of our error messages, which might be useful at other times.
// So, it passes along this fail_silently flag which lets us suppress
// our messages without disrupting any other flow.