Skip to content

Commit

Permalink
Tentativa de correção do dragbug
Browse files Browse the repository at this point in the history
Linha 197
  • Loading branch information
otomay authored Aug 17, 2022
1 parent d91911e commit 791141b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/widgets/uiseconomy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ self.coinamount = self:AddChild(Widget("coinamount"))
self.owner.coinamount:SetPosition(next_pos_c)

end
if self.draggingTimer > 3 then
self.draggingTimer = 0x0
end
if not self.dragging then
self.draggingTimer = 0x0
end
Expand Down

0 comments on commit 791141b

Please sign in to comment.