chore: clarify super hack
All checks were successful
Code quality / check (pull_request) Successful in 1m37s
All checks were successful
Code quality / check (pull_request) Successful in 1m37s
This commit is contained in:
parent
c0dd94dbb5
commit
61e7d9f864
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.
|
/// 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
|
/// This has the potential to drastically improve latency in certain situations, such as when you are waiting to react
|
||||||
/// to something your opponent does.
|
/// 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,
|
SuperHack = 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue