0x55553333 / maze

Maze generator
0 stars 0 forks source link

force `mvprintf` when toggling color attributes #1

Open thefangbear opened 5 years ago

thefangbear commented 5 years ago

Currently the b hotkey for drawing white blocks across the screen is buggy. consider force-printing mvprintf(...) when toggling color.

thefangbear commented 5 years ago

This does not seem to work when I did this in the function that renders floodfill menu. Maybe it will work in the play_window... Who knows?