Ducktape icon indicating copy to clipboard operation
Ducktape copied to clipboard

Program crashes on Minimizing application

Open aryanbaburajan opened this issue 2 years ago • 0 comments

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:

  1. Run the Editor like normal
  2. Minimize the application

Solution Pause the entire application for the time it is minimized. That includes Rendering, and ECS.

aryanbaburajan avatar Oct 08 '22 17:10 aryanbaburajan