Skip to content

Commit 001f59b

Browse files
fix wasm typo
1 parent c7786fd commit 001f59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RGFW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12850,7 +12850,7 @@ EM_BOOL Emscripten_on_focusout(int eventType, const EmscriptenFocusEvent* E, voi
1285012850
if ((_RGFW->root->internal.rawMouse) && _RGFW->root == _RGFW->mouseOwner) {
1285112851
RGFW_window_setRawMouseMode(_RGFW->root, RGFW_FALSE);
1285212852
_RGFW->root->internal.rawMouse = RGFW_TRUE;
12853-
_RGFW->mouseOwner = win;
12853+
_RGFW->mouseOwner = _RGFW->root;
1285412854
}
1285512855

1285612856
if (!(_RGFW->root->internal.enabledEvents & RGFW_focusOutFlag)) return EM_TRUE;

0 commit comments

Comments
 (0)