LightningCreations / pipeworks

2D Game Engine
Apache License 2.0
1 stars 0 forks source link

1-pixel artifact for offscreen pixels (`fill_rect` bug) #2

Open rdrpenguin04 opened 3 years ago

rdrpenguin04 commented 3 years ago

When a rectangle is off the left side of the screen, it renders one pixel due to several conflicting rendering optimizations.

rdrpenguin04 commented 3 years ago

To clarify (and add more details):