Skip to content

Commit 6b65cc4

Browse files
committed
remove comment
1 parent 31f5147 commit 6b65cc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/de/bluecolored/bluemap/core/map/hires/block/ResourceModelRenderer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ private void createElementFace(Element element, Direction faceDir, VectorM3f c0,
258258
// UV-Lock counter-rotation
259259
if (variant.isUvlock() && variant.isTransformed()) {
260260
float uvRotation = uvLockRotation(faceDir);
261-
262-
// rotate uv's
263261
float cx = TrigMath.cos(uvRotation), cy = TrigMath.sin(uvRotation);
264262
for (VectorM2f uv : uvs) {
265263
uv.translate(-0.5f, -0.5f);

0 commit comments

Comments
 (0)