Remove unnecessary render on client input
This commit is contained in:
parent
42afcc5b77
commit
5cf41c6b21
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ next_t(t) = (t + 1) % NUM_DB_STATES
|
|||
|
||||
CLIENT(i, t) =
|
||||
input!i
|
||||
-> render!i!t
|
||||
-> up!i!t
|
||||
-> CLIENT'(i, t)
|
||||
[] CLIENT'(i, t)
|
||||
|
|
Loading…
Reference in a new issue