Skip to content

Commit

Permalink
Update ClassRegistryMacro.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
lemz1 committed Oct 13, 2024
1 parent e96318b commit 7c9f9b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/funkin/util/macro/ClassRegistryMacro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class ClassRegistryMacro
#if macro
static function getEntryClass(cls:ClassType):ClassType
{
// we have to retrieve the type parameter using the name of the super class
switch (cls.superClass.t.get().kind)
{
case KGenericInstance(_, params):
Expand Down

0 comments on commit 7c9f9b3

Please sign in to comment.