🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
MIT License
7.93k
stars
256
forks
source link
Fix issue where every button press causes a rerender #61
Because of a faulty condition, the map is redrawn on every button press.
This PR fixes the condition which checks for draw !== null where draw is a boolean and never null.
Because of a faulty condition, the map is redrawn on every button press. This PR fixes the condition which checks for
draw !== null
where draw is a boolean and nevernull
.