...
This commit is contained in:
parent
1f1f1f60ac
commit
bddc552433
1 changed files with 1 additions and 0 deletions
|
|
@ -627,6 +627,7 @@ bool _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode *mode)
|
|||
}
|
||||
*mode = vidmodeFromCGDisplayMode(native, monitor->ns.fallbackRefreshRate);
|
||||
CGDisplayModeRelease(native);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue