Remove unnecessary render on client input

This commit is contained in:
Nicholas Kariniemi 2015-11-29 23:28:04 +02:00
parent 42afcc5b77
commit 5cf41c6b21

View file

@ -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)