Skip to content

Commit 7882831

Browse files
authored
Merge pull request #356 from madvlad/master
Fix namespace error on HeadsUpDirectionIndicator
2 parents aebe9ee + 1d90667 commit 7882831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Utilities/Scripts/HeadsUpDirectionIndicator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEngine;
22

3-
namespace HoloToolKit.Unity
3+
namespace HoloToolkit.Unity
44
{
55
// The easiest way to use this script is to drop in the HeadsUpDirectionIndicator prefab
66
// from the HoloToolKit. If you're having issues with the prefab or can't find it,

0 commit comments

Comments
 (0)