Skip to content

Commit

Permalink
fix: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusinuhe committed Mar 12, 2021
1 parent 28d3571 commit 74cd489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/Properties/TeleportPropertyEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace Innoactive.CreatorEditor.XRInteraction
[CustomEditor(typeof(TeleportProperty)), CanEditMultipleObjects]
internal class TeleportPropertyEditor : Editor
{
private const string AnchorPrefabName = "anchor";
private const string ReticlePrefab = "teleportReticle";
private const string AnchorPrefabName = "Anchor";
private const string ReticlePrefab = "TeleportReticle";
private const string TeleportLayerName = "XR Teleport";
private LayerMask teleportLayer;
private bool isSetup;
Expand Down

0 comments on commit 74cd489

Please sign in to comment.