Skip to content

Commit 6339824

Browse files
author
Stephen Hodgson
committed
fixed ampersand.
1 parent cd2815f commit 6339824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Utilities/Scripts/Editor/SceneSettingsWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace HoloToolkit.Unity
1212
public class SceneSettingsWindow : AutoConfigureWindow<SceneSettingsWindow.SceneSetting>
1313
{
1414
/// <summary>
15-
/// Can be found in the meta file of the camera prefab. We use the GUID in case people move the toolkit folders & assets around in their own projects.
15+
/// Can be found in the meta file of the camera prefab. We use the GUID in case people move the toolkit folders &amp; assets around in their own projects.
1616
/// <remarks>Currently points to the MixedRealityCameraParent.prefab</remarks>
1717
/// </summary>
1818
private const string CameraPrefabGUID = "d29bc40b7f3df26479d6a0aac211c355";

0 commit comments

Comments
 (0)