1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-17 02:40:02 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-11-08 20:40:24 -05:00 committed by GitHub
parent 112b832e31
commit 5070279c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2979,8 +2979,9 @@ local getInput = function() --gotta catch them all
paintEncoded[frame-1][#paintEncoded[frame-1] + 1] = paintEncoded[frame][a]
end
table.remove(paintEncoded, frame)
frame = frame - 1
paintEncoded = clearAllRedundant(paintEncoded)
barmsg = "Merged next frame."
barmsg = "Merged previous frame."
doRender = true
changedImage = true
saveToUndoBuffer()