// Center the window
glfwSetWindowPos(on
window,
(vidmode.width() - pWidth.get(0)) / 2,
(vidmode.height() - pHeight.get(0)) / 2
);
Quote from: spasi on September 02, 2024, 08:35:24I just tested it again and the fallback appears to be working fine.