You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this run criteria can hang a browser tab if it has been frozen for some time (related: #10). This is not user friendly, so we should limit how many runs we allow per frame.
The run criteria should keep track of the time since it last returned ShouldRun::No and prevent returning ShouldRun::YesAndCheckAgain at some point in time. We want to target at least 20fps.
vladbat00
changed the title
Limit how many runs NetAdaptiveTimestemp can take per frame
Limit how many runs NetAdaptiveTimestamp can take per frame
Jan 20, 2022
Currently, this run criteria can hang a browser tab if it has been frozen for some time (related: #10). This is not user friendly, so we should limit how many runs we allow per frame.
The run criteria should keep track of the time since it last returned
ShouldRun::No
and prevent returningShouldRun::YesAndCheckAgain
at some point in time. We want to target at least 20fps.Bonus point: refactor the run criteria to be a simple system (Bevy cheatbook reference).
The text was updated successfully, but these errors were encountered: