Fix plugins initialization order to properly unload scenes before them in cooked game
This commit is contained in:
@@ -132,7 +132,7 @@ class LevelService : public EngineService
|
||||
{
|
||||
public:
|
||||
LevelService()
|
||||
: EngineService(TEXT("Scene Manager"), 30)
|
||||
: EngineService(TEXT("Scene Manager"), 200)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user