gabrielflorit / script-8.github.io

A JavaScript-based (React + Redux) fantasy computer for making, sharing, and playing tiny retro-looking games.
https://script-8.github.io/
MIT License
646 stars 35 forks source link

fix print bug #256

Closed Kethku closed 5 years ago

Kethku commented 5 years ago

premature optimization

I had a check that would prevent doing the print calculation if the coordinates passed were off screen. Obviously this isn't ok because text moves horizontally past the starting position. So I removed the checks.