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