Skip to content

Commit

Permalink
poop
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty authored Aug 23, 2024
1 parent ae86d52 commit dddb6f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/psychlua/CustomSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class CustomSubstate extends MusicBeatSubstate
if(instance != null)
{
var tagObject:FlxObject = cast (MusicBeatState.getVariables().get(tag), FlxObject);
#if LUA_ALLOWED if(tagObject == null) tagObject = cast (MusicBeatState.getVariables().get(tag), FlxObject); #end

if(tagObject != null)
{
Expand Down

0 comments on commit dddb6f3

Please sign in to comment.