1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-31 07:22:59 +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

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