hundredrabbits / Ronin

Experimental Graphics Terminal
https://hundredrabbits.github.io/Ronin/
Other
1.2k stars 66 forks source link

Too easy to accidently target the whole canvas with (pixels), very slow #97

Closed radgeRayden closed 5 years ago

radgeRayden commented 5 years ago

Very often when I'm trying out the pixels function I accidently leave the rect parameter out which causes it to apply to the whole canvas. Unfortunately this is very slow and stalls the editor until the operation is complete, so I have to wait up to 30 seconds until I can do anything again. This could be fixed by taking out the default initialization on the rect parameter, so if we want to do it to the whole area we need to be explicit about it.

neauoire commented 5 years ago

Is it possible that you're running an old version?

radgeRayden commented 5 years ago

I am using the itchio version, it seems to have been fixed in between my initial complaint and now (or at least that's when I got a different update).

neauoire commented 5 years ago

awesome :) I'm glad to hear it's fixed.