chore: removed unused

pull/83/head
RuiAlonso 4 years ago
parent c41f04ddd9
commit 8bc397e3fd

@ -25,11 +25,6 @@ mixin Elevated<T extends Forge2DGame> on BodyComponent<T> {
priority = elevation; priority = elevation;
reorderChildren(); reorderChildren();
} }
void _applyCustomElevation(int customElevation) {
priority = customElevation;
reorderChildren();
}
} }
/// The [Elevation]s a [BodyComponent] can be in. /// The [Elevation]s a [BodyComponent] can be in.

Loading…
Cancel
Save