Skip to content

Commit

Permalink
d'oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Apr 10, 2024
1 parent 8b486ed commit ee722b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/util/FlxPool.hx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class FlxPool<T:IFlxDestroyable> implements IFlxPool<T>

inline function prettyStack(pos:String)
{
return topStack.split("/").pop().split(".hx").shift()
return pos.split("/").pop().split(".hx").shift();
}
#end
}
Expand Down

0 comments on commit ee722b2

Please sign in to comment.