Forgot to remove log
This commit is contained in:
@@ -338,6 +338,11 @@ function Image:addFrame()
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- Updates the specified frame with the provided data
|
||||||
|
--- @shortDescription Updates the specified frame with the provided data
|
||||||
|
--- @param frameIndex number The index of the frame to update
|
||||||
|
--- @param frame table The new frame data
|
||||||
|
--- @return Image self The Image instance
|
||||||
function Image:updateFrame(frameIndex, frame)
|
function Image:updateFrame(frameIndex, frame)
|
||||||
local frames = self.get("bimg")
|
local frames = self.get("bimg")
|
||||||
frames[frameIndex] = frame
|
frames[frameIndex] = frame
|
||||||
|
|||||||
@@ -280,7 +280,6 @@ local function mergeTables(t1, t2)
|
|||||||
return merged
|
return merged
|
||||||
end
|
end
|
||||||
|
|
||||||
local log = require(".Basalt2/src/log")
|
|
||||||
local function parseFiles(files)
|
local function parseFiles(files)
|
||||||
local finalContent = {}
|
local finalContent = {}
|
||||||
for k,v in pairs(files)do
|
for k,v in pairs(files)do
|
||||||
|
|||||||
Reference in New Issue
Block a user