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

@@ -132,7 +132,7 @@ class LevelService : public EngineService
{
public:
LevelService()
: EngineService(TEXT("Scene Manager"), 30)
: EngineService(TEXT("Scene Manager"), 200)
{
}