Skip to content

Commit

Permalink
Update Hscript.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Dec 27, 2024
1 parent d9be4b6 commit aed03a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modding/Hscript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Hscript extends FlxBasic {
return variable;
});
setVariable('createSpriteGroup', function(?variable) {
variable = new FlxSpriteGroup<Dynamic>();
variable = new FlxSpriteGroup();
return variable;
});

Expand Down

0 comments on commit aed03a2

Please sign in to comment.