Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadTheDrip committed Apr 22, 2023
1 parent b3ed2c7 commit 8f0595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FunkinLua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class FunkinLua {

Lua_helper.add_callback(lua, "loadGraphic", function(variable:String, image:String) {
var spr:FlxSprite = getObjectDirectly(variable);
if (spr != null && image != null && image.length > 0)
if (spr != null && image != null && image.length > 0);
{
spr.loadGraphic(image));
}
Expand Down

0 comments on commit 8f0595c

Please sign in to comment.