This commit is contained in:
vis2k 2021-03-04 19:58:32 +08:00
parent aa357dc58b
commit b0b89d489d

View File

@ -604,6 +604,9 @@ internal static void NetworkLateUpdate()
// spawned and not just the ones with observers. figure
// out a way to get rid of this.
//
// TODO clear dirty bits when removing the last observer instead!
// no need to do it for ALL entities ALL the time.
//
// for each spawned:
// clear dirty bits if it has no observers.
// we did this before push->pull broadcasting so let's keep