iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
155 stars 29 forks source link

Fix incorrect time unit #70

Closed Hawk777 closed 4 years ago

Hawk777 commented 4 years ago

After modding by 1000, the result is the milliseconds portion, not the seconds portion.

iolivia commented 4 years ago

thank you @Hawk777!