1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-02-03 20:59:10 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-11-07 12:33:23 -05:00 committed by GitHub
parent 8e7c5969a0
commit d2fc2d25c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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