chore: clarify super hack
All checks were successful
Code quality / check (pull_request) Successful in 1m55s
All checks were successful
Code quality / check (pull_request) Successful in 1m55s
This commit is contained in:
parent
74dec6526b
commit
c27ac35d5e
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ pub enum InputConsistencyMode {
|
|||
/// Transmit inputs _at most_ every 8.33ms, but don't transmit anything at all if the controller state doesn't change.
|
||||
/// This has the potential to drastically improve latency in certain situations, such as when you are waiting to react
|
||||
/// to something your opponent does.
|
||||
/// The name is not meant to imply that this is a hack that is super, but rather that this is super hacky.
|
||||
SuperHack = 2,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue