Skip to content

Commit 7ac5274

Browse files
author
Robert Onulak
committed
Merge branch 'dev/protoKitBacklog' of https://github.com/Ziugy/HoloToolkit-Unity into dev/protoKitBacklog
2 parents a30cf06 + 08ca50e commit 7ac5274

File tree

1 file changed

+1
-2
lines changed
  • Assets/HoloToolkit/SpatialMapping/Scripts/RemoteMapping

1 file changed

+1
-2
lines changed

Assets/HoloToolkit/SpatialMapping/Scripts/RemoteMapping/MeshSaver.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7-
using System.Linq;
87
using UnityEngine;
98

109
#if !UNITY_EDITOR
@@ -197,4 +196,4 @@ private static Stream OpenFileForWrite(string folderName, string fileName)
197196
return stream;
198197
}
199198
}
200-
}
199+
}

0 commit comments

Comments
 (0)