fixed fuckup

This commit is contained in:
Lux Aliaga 2021-05-07 02:33:30 -04:00
parent 42d99a0a26
commit 060e2e1e1e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ while true do
local event = eventData[1]
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
stopDisc()
else