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