Skip to content

Commit 6e26ea4

Browse files
committed
Fixed typo.
1 parent 391ac1e commit 6e26ea4

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

Assets/HoloLensWithOpenCVForUnityExample/Scripts/HoloLensFaceDetectionExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Collections.Generic;
55
using UnityEngine.UI;
66
using OpenCVForUnity.RectangleTrack;
7+
using System.Threading;
78

89
#if UNITY_5_3 || UNITY_5_3_OR_NEWER
910
using UnityEngine.SceneManagement;

Assets/HoloLensWithOpenCVForUnityExample/Scripts/HoloLensFaceDetectionOverlayExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Collections.Generic;
55
using UnityEngine.UI;
66
using OpenCVForUnity.RectangleTrack;
7+
using System.Threading;
78

89
#if UNITY_5_3 || UNITY_5_3_OR_NEWER
910
using UnityEngine.SceneManagement;
-15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)