Skip to content

Commit 0288d51

Browse files
author
Maximilian Stiede
committed
fix moon rotation
1 parent 71cfe79 commit 0288d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chunky/src/java/se/llbit/chunky/renderer/scene/sky/CelestialBodyType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void setPhase(Phase phase) {
150150
(phase.textureAtlasPosX+1) * textureSize,
151151
(phase.textureAtlasPosY+1) * textureSize
152152
);
153-
texture.setTexture(phaseTexture);
153+
texture.setTexture(phaseTexture.rotated270());
154154
}
155155
}
156156

0 commit comments

Comments
 (0)