Fix plugins initialization order to properly unload scenes before them in cooked game

This commit is contained in:
Wojtek Figat
2023-10-14 16:20:27 +02:00
parent 7904690ecf
commit e4b89e1bad
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ class ScreenService : public EngineService
{
public:
ScreenService()
: EngineService(TEXT("Screen"), 120)
: EngineService(TEXT("Screen"), 500)
{
}