Merge pull request #101416 from MrBlockers/91342-nested-spawner
Fix node cache errors on nested MultiplayerSpawners
This commit is contained in:
@ -72,7 +72,7 @@ private:
|
|||||||
HashMap<int, PeerInfo> peers_info;
|
HashMap<int, PeerInfo> peers_info;
|
||||||
uint32_t last_net_id = 0;
|
uint32_t last_net_id = 0;
|
||||||
HashMap<ObjectID, TrackedNode> tracked_nodes;
|
HashMap<ObjectID, TrackedNode> tracked_nodes;
|
||||||
HashSet<ObjectID> spawned_nodes;
|
RBSet<ObjectID> spawned_nodes;
|
||||||
HashSet<ObjectID> sync_nodes;
|
HashSet<ObjectID> sync_nodes;
|
||||||
|
|
||||||
// Pending local spawn information (handles spawning nested nodes during ready).
|
// Pending local spawn information (handles spawning nested nodes during ready).
|
||||||
|
|||||||
Reference in New Issue
Block a user