Popov Philipp
Results
2
issues of
Popov Philipp
**Describe the bug** When calling `ctx.gfx.supported_resolutions()` program panics on calling `Option::unwrap() on a None value` **To Reproduce** Here's a small code snippet that panics ```rust use ggez::GameResult; fn main() ->...