1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-25 22:53:18 +00:00

Update pain.lua

This commit is contained in:
LDDestroier 2018-11-08 20:19:25 -05:00 committed by GitHub
parent 867580fe27
commit ebff92f93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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