mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
fixed fuckup
This commit is contained in:
parent
42d99a0a26
commit
060e2e1e1e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ while true do
|
||||||
local event = eventData[1]
|
local event = eventData[1]
|
||||||
|
|
||||||
if event == "mouse_up" then
|
if event == "mouse_up" then
|
||||||
if eventData[2] == 1 and x >= eventData[3] - 4 and eventData[4] >= centerHeight - 4 and eventData[3] <= centerWidth + 4 and eventData[4] <= centerHeight + 2 then
|
if eventData[2] == 1 and eventData[3] >= centerWidth - 4 and eventData[4] >= centerHeight - 4 and eventData[3] <= centerWidth + 4 and eventData[4] <= centerHeight + 2 then
|
||||||
if playing == true then
|
if playing == true then
|
||||||
stopDisc()
|
stopDisc()
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue