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