771363bbfe505bba06649da7924517a94fa69a73
Fixed an issue where if there were more than one window, when they were closed, the CLOSED event would trigger but the window count did not decrease. This happened because after the window was destroyed the DestroyNotify event was triggered, which when looked up in the m_windows map, reinserted itself with default initialization.
Languages
C++
93.6%
CMake
4.5%
C
1.9%