mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed wings not rendering
This commit is contained in:
parent
2ace8f8f37
commit
dc34a8098a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class PonyWings<S extends PonyRenderState> implements SubModel<S>, MsonMo
|
|||
|
||||
@Override
|
||||
public void setVisible(boolean visible, S state) {
|
||||
visible = state.race.hasWings();
|
||||
this.visible = visible && state.race.hasWings();
|
||||
}
|
||||
|
||||
private boolean isBurdened(S state) {
|
||||
|
|
Loading…
Reference in a new issue