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

@@ -90,7 +90,7 @@ class PluginManagerService : public EngineService
{
public:
PluginManagerService()
: EngineService(TEXT("Plugin Manager"), 130)
: EngineService(TEXT("Plugin Manager"), 100)
{
}