Skip to content

Commit c727f3f

Browse files
committed
format
1 parent 3b10a3c commit c727f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mesh/src/main/java/mesh/creator/assets/ArchDoorCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void createBottomVertices() {
4646
Mesh3D bottom = createArcCreator().create();
4747
new RotateXModifier(Mathf.HALF_PI).modify(bottom);
4848
for (int i = 0; i < bottom.getVertexCount(); i++) {
49-
bottom.getVertexAt(i).setY(0);
49+
bottom.getVertexAt(i).setY(0);
5050
}
5151
mesh.append(bottom);
5252
}

0 commit comments

Comments
 (0)