ValorZard / Quad-Fighter-2

Open Source Rust Fighting Game with Rollback
Apache License 2.0
6 stars 0 forks source link

handling events directly #2

Closed gschup closed 3 years ago

gschup commented 3 years ago

just a slight recommendation:

sess.poll_remote_clients(); can generate new GGRSEvents, so you could handle the events not only every frame but rather directly. I assume it won't make much of a difference in practice, though 😉