rastapasta / mapscii

🗺 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

Closed jaller94 closed 5 years ago

jaller94 commented 5 years ago

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.