1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-14 12:10:29 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-11-08 21:08:56 -05:00 committed by GitHub
parent 721fad73c4
commit ed1c54bd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3004,7 +3004,7 @@ local getInput = function() --gotta catch them all
if not paintEncoded[frame+1] then
paintEncoded[frame+1] = {}
local sheet = paintEncoded[frame]
if keysDown[keys.leftShift] then
if keysDown[keys.rightShift] then
paintEncoded[frame+1] = deepCopy(sheet)
end
end