diff --git a/lib/game/components/elevation.dart b/lib/game/components/elevation.dart index c38217af..b5e0531b 100644 --- a/lib/game/components/elevation.dart +++ b/lib/game/components/elevation.dart @@ -25,11 +25,6 @@ mixin Elevated on BodyComponent { priority = elevation; reorderChildren(); } - - void _applyCustomElevation(int customElevation) { - priority = customElevation; - reorderChildren(); - } } /// The [Elevation]s a [BodyComponent] can be in.