Skip to content

Commit

Permalink
Fix exEntitySpawner
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Jul 21, 2024
1 parent a6a0628 commit 76d97a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reverse/RTTIExtender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ struct exEntitySpawnerSystem : RED4ext::gameIGameSystem
pGameInstance->systemInstances.PushBack(systemInstance);

Singleton = systemInstance.instance;

exEntitySpawner_Spawner.Initialize(pGameInstance);
}

static void Spawn(IScriptable*, RED4ext::CStackFrame* apFrame, RED4ext::ent::EntityID* apOut, int64_t)
Expand Down

0 comments on commit 76d97a0

Please sign in to comment.