rust-windowing / softbuffer

Easily write an image to a window
Apache License 2.0
333 stars 48 forks source link

On Orbital, fix window resize. #200

Closed jackpot51 closed 9 months ago

jackpot51 commented 9 months ago

Previously it tested if both the width AND height were changed before updating the size when it should update if width OR height were changed.