ChaseHuegel / swordfish-engine

C# engine built on ECS and multithreading with high performance and modding in mind. Targeting PBR-based Low-Fi and 2.5D visuals with VR support!
Apache License 2.0
4 stars 0 forks source link

Exiting fullscreen is broken #42

Closed ChaseHuegel closed 1 year ago

ChaseHuegel commented 2 years ago

When exiting fullscreen, the screen turns black and the process crashes with threads stuck in limbo.

ChaseHuegel commented 1 year ago

This is partially resolved. Exiting fullscreen now works, however re-entering fullscreen now crashes the entire app.

ChaseHuegel commented 1 year ago

Closed by https://github.com/ChaseHuegel/swordfish-engine/pull/70