Open Songtronix opened 5 years ago
Thanks for the report!
I am guessing this may be happening because winit
or glutin
is reporting the window dimensions as 0
when minimized.
Let's wait until winit
releases a stable 0.20.0
and then we can apply the fix in #62. We should probably avoid calling draw
when the window is minimized.
OS: Win10 Version: crates.io
Just minimized the example project (opengl + debug feat.) and it crashed with the following error:
I guess this can be solved in here.