GhostInABottle/octopus_engine

Crash in full screen mode with multiple monitors

Opened this issue · 0 comments

On Windows, GLFW has an access violation when creating the window when multiple monitors are available: https://github.com/firas-assaad/octopus_engine/blob/master/src/xd/system/window.cpp#L53

Seems to be related to this bug: glfw/glfw#1295