Avokadoen / tetris_wasm

Tetris implemented in rust and targetting wasm
Apache License 2.0
9 stars 1 forks source link

Remove rotate_this_frame from lib.rs #16

Closed Avokadoen closed 4 years ago

Avokadoen commented 4 years ago

Since the collision logic is rewritten the rotate_this_frame variable is redundant. The uncommited_change contains a rot_degree variable that serves the same purpose.