Skip to content

Commit b10e2a9

Browse files
committed
small adjustment to meshmodel copy func
1 parent 566b908 commit b10e2a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/types/meshmodel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type MeshModel struct {
88
GeometryPtr GeometryModel
99
}
1010

11-
func (obj *MeshModel) Copy() MeshModel {
11+
func (obj MeshModel) Copy() MeshModel {
1212
return MeshModel{
1313
Mesh: obj.Mesh.Copy(),
1414
GeometryType: obj.GeometryType,

0 commit comments

Comments
 (0)