mirror of
https://github.com/LDDestroier/CC/
synced 2025-02-03 20:59:10 +00:00
Update pain.lua
This commit is contained in:
parent
8e7c5969a0
commit
d2fc2d25c6
3
pain.lua
3
pain.lua
@ -2781,7 +2781,8 @@ local getInput = function() --gotta catch them all
|
|||||||
changedImage = true
|
changedImage = true
|
||||||
end
|
end
|
||||||
elseif origy >= scr_y-(renderBlittle and 0 or doRenderBar) then
|
elseif origy >= scr_y-(renderBlittle and 0 or doRenderBar) then
|
||||||
keysDown = {}
|
keysDown = {[207] = keysDown[207]}
|
||||||
|
isDragging = false
|
||||||
local res = displayMenu()
|
local res = displayMenu()
|
||||||
if res == "exit" then break end
|
if res == "exit" then break end
|
||||||
doRender = true
|
doRender = true
|
||||||
|
Loading…
Reference in New Issue
Block a user