We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b10a3c commit c727f3fCopy full SHA for c727f3f
1 file changed
mesh/src/main/java/mesh/creator/assets/ArchDoorCreator.java
@@ -46,7 +46,7 @@ private void createBottomVertices() {
46
Mesh3D bottom = createArcCreator().create();
47
new RotateXModifier(Mathf.HALF_PI).modify(bottom);
48
for (int i = 0; i < bottom.getVertexCount(); i++) {
49
- bottom.getVertexAt(i).setY(0);
+ bottom.getVertexAt(i).setY(0);
50
}
51
mesh.append(bottom);
52
0 commit comments