Fix plugins initialization order to properly unload scenes before them in cooked game
This commit is contained in:
@@ -10,7 +10,7 @@ class OnlineService : public EngineService
|
||||
{
|
||||
public:
|
||||
OnlineService()
|
||||
: EngineService(TEXT("Online"), 100)
|
||||
: EngineService(TEXT("Online"), 500)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user