ryanisaacg / quicksilver

A simple framework for 2D games on desktop and web
https://ryanisaacg.github.io/quicksilver
Other
782 stars 77 forks source link

Don't allow images to drop while they're in-flight #643

Closed ryanisaacg closed 4 years ago

ryanisaacg commented 4 years ago

This was causing images to be destructed before they hit the shader.

Resolves #601

Checks