mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Another one!
This commit is contained in:
parent
6bf5c8990a
commit
a39167ca11
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public class RenderPony<T extends LivingEntity, M extends EntityModel<T> & IPony
|
|||
// negate vanilla translations so the rider begins at the ridees feet.
|
||||
GlStateManager.translatef(0, -ridingEntity.getHeight(), 0);
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
IPony riderPony = renderer.getEntityPony((LivingEntity)ridingEntity);
|
||||
|
||||
renderer.translateRider((LivingEntity)ridingEntity, riderPony, entity, pony, ticks);
|
||||
|
|
Loading…
Reference in a new issue