amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
903 stars 156 forks source link

remove unnecessary mut borrow and write access in chap 2 #194

Open xysun opened 2 years ago

xysun commented 2 years ago

I have tested with cargo build and cargo run. Thanks!