gschup / ggrs

GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!
Other
507 stars 25 forks source link

Fixed faulty test: sync_layer::test_reach_prediction_threshold() #36

Closed HeatXD closed 2 years ago

HeatXD commented 2 years ago

it was at first panicking because the input frame didn't match up with the current frame. now it correctly panics when hitting the prediction threshold.

gschup commented 2 years ago

cool find, thank you :)