Skip to content

Commit 53f148a

Browse files
fixed? compile error
1 parent 32720cc commit 53f148a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ViewerMain/Model.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ type CameraStateLean =
3434
sky : V3d
3535
}
3636

37-
type Stationing = {
37+
type Stationing = {
3838
sh : double
3939
sv : double
4040
}
4141

42-
type OrientedPoint = {
42+
type OrientedPoint = {
4343
direction : V3d
4444
offsetToMainAxisPoint : V3d
4545
position : V3d

0 commit comments

Comments
 (0)