Skip to content

Commit

Permalink
the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XLegland authored and aduermael committed Jan 22, 2024
1 parent 8641310 commit 3929856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/controls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ local _setPointerUp = function(pointerIndex, pointerEvent)
end
end

if _state.touchDragPointer ~= nil and _state.touchDragPointer.index == pointerIndex then
if _state.touchDragPointer ~= nil then
_state.touchDragPointer = nil
if _state.dragStarted then
if Pointer.IsHidden == false then
Expand Down

0 comments on commit 3929856

Please sign in to comment.