Ducktape
Ducktape copied to clipboard
Program crashes on Minimizing application
Describe the bug The program crashes with the error
Assertion failed: abs(aspect - std::numeric_limits<T>::epsilon()) > static_cast<T>(0), file ./extern\glm\glm\ext\matrix_clip_space.inl, line 251
when the application is minimized.
To Reproduce Steps to reproduce the behavior:
- Run the Editor like normal
- Minimize the application
Solution Pause the entire application for the time it is minimized. That includes Rendering, and ECS.