Panics when window is minimized in Windows 10 #2866
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-Windows
Specific to the Windows desktop operating system
P-Crash
A sudden unexpected crash
S-Duplicate
This issue or PR already exists
Bevy version
v0.5.0
Operating system & version
Windows 10
What you did
Tried to minimize window
What you expected to happen
Minimizes window
What actually happened
Paniced
Additional information
In wgpu getting started docs, function for resizing/minimizing was using if statement to check if new window size is 0 or not
removing the if statement resulted in
The text was updated successfully, but these errors were encountered: