Skip to content

Commit

Permalink
Update RegistryMacro.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Nov 9, 2024
1 parent dd5a0a2 commit 6bc3b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/util/macro/RegistryMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class RegistryMacro
{
// TODO: lets not have this if statement
// like what the hell is wrong with this
// doing this if statement fixes the order
// for the song build macros
if (cls.name == 'Song')
{
MacroUtil.getClassTypeFromExpr(macro funkin.data.song.SongRegistry);
Expand Down

0 comments on commit 6bc3b23

Please sign in to comment.