1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-26 07:03:18 +00:00

Update pain.lua

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

View File

@ -3232,7 +3232,7 @@ runPainEditor = function(...) --needs to be cleaned up
renderBottomBar("Filling area...")
fillTool(frameNo, x, y, dot, isDeleting)
isCurrentlyFilling = false
reRenderPAIN(false)
reRenderPAIN(doRenderBar == 0)
end
end