DucktapeEngine / Ducktape

Ducktape - An open source 3d C++ game engine.
MIT License
127 stars 25 forks source link

Program crashes on Minimizing application #157

Closed aryanbaburajan closed 1 year ago

aryanbaburajan commented 2 years ago

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 commented 1 year ago

Fixed.