cowboy8625 / rusty-rain

A cross platform matrix rain made with Rust.
https://rusty-rain.xyz
Apache License 2.0
359 stars 22 forks source link

Some rows missing color #20

Open cowboy8625 opened 2 years ago

cowboy8625 commented 2 years ago

image

I think this is directly related to #19 as rusty-rain was crashing from on index out of bounds error but none of the arrays holding the locations color should be of different size. This has to do with the flipping of the width and height for the direction usage. I will try and look into this at some point this week.