Remove outdated comment (#3385)

This commit is contained in:
Robin Rolf 2023-02-16 13:21:01 +01:00 committed by GitHub
parent 8b7bc6858f
commit 5d6022ff19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1480,12 +1480,6 @@ internal static void NetworkEarlyUpdate()
internal static void NetworkLateUpdate() internal static void NetworkLateUpdate()
{ {
// broadcast ClientToServer components while active // broadcast ClientToServer components while active
// note that Broadcast() runs every update.
// on clients with 120 Hz, this will run 120 times per second.
// however, Broadcast only checks .owned, which usually aren't many.
//
// we could use a .sendInterval, but it would also put a minimum
// limit to every component's sendInterval automatically.
if (active) if (active)
{ {
// broadcast every sendInterval. // broadcast every sendInterval.