darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.
https://comfyengine.org
Apache License 2.0
717 stars 35 forks source link

timed_draw example not clearing background #57

Closed Toby222 closed 11 months ago

Toby222 commented 11 months ago

The timed_draw example doesn't work as it seems to be intended, the drawn texture remains after the 3 second counter (though it doesn't get redrawn, and gets squished if I resize the window)

Running on Wayland/Sway

example of graphics with drawn texture remaining after supposed clear

darthdeus commented 11 months ago

Duplicate of #34, fix coming soon.