From d8634b3ba417303f8a2be2c06067fdc94a67afd9 Mon Sep 17 00:00:00 2001 From: SeaSide53 Date: Sun, 4 Jun 2023 15:27:51 +0200 Subject: [PATCH] Changed it to use the new function --- Basalt/objects/Image.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basalt/objects/Image.lua b/Basalt/objects/Image.lua index 3f68d45..63e8fd9 100644 --- a/Basalt/objects/Image.lua +++ b/Basalt/objects/Image.lua @@ -145,7 +145,7 @@ return function(name, basalt) loadImage = function(self, path) if(fs.exists(path))then - local newBimg = images.loadBIMG(path) + local newBimg = images.loadImageAsBimg(path) bimgLibrary = bimg(newBimg) activeFrame = 1 bimgFrame = bimgLibrary.getFrameObject(1)