Skip to content

Commit 11f0e24

Browse files
madvladkeveleigh
authored andcommitted
Add missing references for VectorExtensions.cs (#417)
* Fix parent rotation and movement logic * Add missing references for VectorExtensions
1 parent 57d0f41 commit 11f0e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/HoloToolkit/Utilities/Scripts/Extensions/VectorExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4+
using System.Collections.Generic;
5+
using System.Linq;
46
using UnityEngine;
57

68
namespace HoloToolkit.Unity

0 commit comments

Comments
 (0)