Leafwing-Studios / bevy-sudoku

An open source, educational and (eventually) fully-featured Sudoku game written in the Bevy game engine in Rust.
Apache License 2.0
18 stars 2 forks source link

Setting cell values sometimes doesn't work #13

Open alice-i-cecile opened 3 years ago

alice-i-cecile commented 3 years ago

Appears to occur with multiple selections??

alice-i-cecile commented 3 years ago

Seems to be related to mouse button being held down while attempting to fill cells?

alice-i-cecile commented 3 years ago

Only reproducible on some runs: probably a system ordering issue.

alice-i-cecile commented 3 years ago

Wait until after #7 is resolved to attempt.