mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 13:13:51 +00:00
Working release build
This commit is contained in:
parent
f85674da9b
commit
425ea4df34
34 changed files with 4332 additions and 4586 deletions
|
|
@ -49,7 +49,7 @@ void HorseRenderer::renderModel(shared_ptr<LivingEntity> mob, float wp, float ws
|
|||
EntityRenderer::bindTexture(mob);
|
||||
model->render(mob, wp, ws, bob, headRotMinusBodyRot, headRotx, scale, true);
|
||||
// Ensure that any extra layers of texturing are disabled after rendering this horse
|
||||
RenderManager.TextureBind(1,-1);
|
||||
RenderManager.TextureBind(-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue