gohyperr / hecs

A high performance lightweight ECS with a plugin ecosystem!
MIT License
23 stars 1 forks source link

Black "flash screen" when resizing #16

Closed canadaduane closed 4 years ago

canadaduane commented 4 years ago

When resizing the canvas (i.e. browser window) the renderer flashes a black color, painting over the scene. (The scene is restored after finalizing the window size).

I'm using Firefox.

ashconnell commented 4 years ago

Easy fix: https://github.com/pixijs/pixi.js/issues/3395#issuecomment-328495407

I'll push this up

Edit: this is done

canadaduane commented 4 years ago

Awesome!!

canadaduane commented 4 years ago

I checked and it looks good!