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
1 changed files with 1 additions and 1 deletions

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