Fix error in WM_capabilities_flag (all capabilities were set)
Mistake in [0] caused the flag not to be reset.
[0]: 4e51008a82
This commit is contained in:
@@ -1835,6 +1835,7 @@ eWM_CapabilitiesFlag WM_capabilities_flag(void)
|
||||
if (flag != -1) {
|
||||
return flag;
|
||||
}
|
||||
flag = 0;
|
||||
|
||||
const GHOST_TCapabilityFlag ghost_flag = GHOST_GetCapabilities();
|
||||
if (ghost_flag & GHOST_kCapabilityCursorWarp) {
|
||||
|
||||
Reference in New Issue
Block a user