mirror of
https://github.com/LDDestroier/CC/
synced 2025-10-19 09:37:43 +00:00
Update pain.lua
This commit is contained in:
4
pain.lua
4
pain.lua
@@ -1727,8 +1727,8 @@ local reRenderPAIN = function(overrideRenderBar)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local fillTool = function(_frame,cx,cy,dot,isDeleting) -- "_frame" is the frame NUMBER
|
local fillTool = function(_frame,cx,cy,dot,isDeleting) -- "_frame" is the frame NUMBER
|
||||||
local maxX, maxY = 0, 0
|
local maxX, maxY = 1, 1
|
||||||
local minX, minY = 0, 0
|
local minX, minY = 1, 1
|
||||||
paintEncoded = clearAllRedundant(paintEncoded)
|
paintEncoded = clearAllRedundant(paintEncoded)
|
||||||
local frame = paintEncoded[_frame]
|
local frame = paintEncoded[_frame]
|
||||||
local scx, scy = cx+paint.scrollX, cy+paint.scrollY
|
local scx, scy = cx+paint.scrollX, cy+paint.scrollY
|
||||||
|
Reference in New Issue
Block a user