This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-21 22:20:09 +07:00
parent a57c35bec9
commit cdcd71a256
2 changed files with 2 additions and 3 deletions

View File

@@ -120,9 +120,7 @@ function button:release(x, y, isMouse)
if self:isHovering(x, y) and self._pressed then
self.codeWhenReleased()
self._pressed = false
if isMouse then
self._hovering = self:isHovering(x, y)
else
if not love.mouse.isCursorSupported() then
self._hovering = false
end
end