mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
Fixed lighting being reversed
This commit is contained in:
parent
2284fced64
commit
c89ba10a5b
1 changed files with 1 additions and 4 deletions
|
@ -481,13 +481,10 @@ public class GuiSkins extends GameGui {
|
|||
|
||||
scale(-scale, scale, scale);
|
||||
rotate(180, 0, 0, 1);
|
||||
rotate(135, 0, 1, 0);
|
||||
rotate(15, 1, 0, 0);
|
||||
|
||||
RenderHelper.enableStandardItemLighting();
|
||||
|
||||
rotate(-135, 0, 1, 0);
|
||||
rotate(15, 1, 0, 0);
|
||||
|
||||
rotate(((updateCounter + partialTick) * 2.5F) % 360, 0, 1, 0);
|
||||
|
||||
thePlayer.rotationYawHead = (float)Math.atan(mouseX / 20) * 30;
|
||||
|
|
Loading…
Reference in a new issue