diff --git a/internal/glfw/glfw_windows.go b/internal/glfw/glfw_windows.go index 3cdf379bf..c22b8a47c 100644 --- a/internal/glfw/glfw_windows.go +++ b/internal/glfw/glfw_windows.go @@ -93,6 +93,7 @@ func (m *Monitor) GetVideoMode() *VidMode { Height: int(vv.height), RedBits: int(vv.redBits), GreenBits: int(vv.greenBits), + BlueBits: int(vv.blueBits), RefreshRate: int(vv.refreshRate), } }