Fix static model registering for rendering after streaming in even if disabled

This commit is contained in:
Wojciech Figat
2022-04-22 18:33:22 +02:00
parent 42bb4483b3
commit 4524edb899
20 changed files with 49 additions and 44 deletions

View File

@@ -107,7 +107,7 @@ public:
void Clear();
public:
int32 AddActor(Actor* a);
void AddActor(Actor* a, int32& key);
void UpdateActor(Actor* a, int32 key);
void RemoveActor(Actor* a, int32& key);