Added fail progress bar to building game failure.

This commit is contained in:
Chandler Cox
2023-01-13 10:37:06 -06:00
parent 595d2235d3
commit 5c1d89b145

View File

@@ -39,7 +39,7 @@ namespace FlaxEditor.Progress.Handlers
OnUpdate(0, "Starting building game..");
break;
case GameCooker.EventType.BuildFailed:
OnEnd();
OnFail();
break;
case GameCooker.EventType.BuildDone:
OnEnd();