mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
libobs-winrt: Fix missing parentheses
This commit is contained in:
@@ -133,7 +133,7 @@ struct winrt_capture {
|
||||
if (!GetCursorInfo(&ci))
|
||||
return;
|
||||
|
||||
if (!ci.flags & CURSOR_SHOWING)
|
||||
if (!(ci.flags & CURSOR_SHOWING))
|
||||
return;
|
||||
|
||||
HICON icon = CopyIcon(ci.hCursor);
|
||||
|
||||
Reference in New Issue
Block a user