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

@@ -105,7 +105,7 @@ class ProbesRendererService : public EngineService
{
public:
ProbesRendererService()
: EngineService(TEXT("Probes Renderer"), 70)
: EngineService(TEXT("Probes Renderer"), 500)
{
}