Skip to content

Commit

Permalink
Merge pull request #954 from psiberx/master
Browse files Browse the repository at this point in the history
Fix exEntitySpawner
  • Loading branch information
maximegmd committed Jul 21, 2024
2 parents a6a0628 + 76d97a0 commit 5549f67
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 5549f67

Please sign in to comment.