-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Description
Version: 1.89 (Docking)
Back-ends: imgui_impl_glfw
imgui_impl_opengl3
OS: MacOS 12.3.1
When waking my machine from sleep while running my app, imgui fails to assert g.PlatformIO.Monitors.Size > 0
Line 8938 in 64b88da
IM_ASSERT(g.PlatformIO.Monitors.Size > 0 && "Platform init didn't setup Monitors list?"); |
It doesn't do this consistently, there is about a 50% chance it will happen on each sleep wake cycle.
How does disabling this assertion affect the integrity of imgui?
I've currently commented it out and experienced no issues.
I'm curious if anyone experiences the same issue, as I'm currently unable to test it on another system.
phraktle