This commit is contained in:
vis2k 2021-05-27 12:20:24 +08:00
parent a8c7c54d46
commit fe3b7ae57c

View File

@ -1585,6 +1585,9 @@ static void Broadcast()
// return serialized writers to pool
CleanupSerializations();
// TODO we already clear the serialized component's dirty bits above
// might as well clear everything???
//
// TODO this unfortunately means we still need to iterate ALL
// spawned and not just the ones with observers. figure
// out a way to get rid of this.