Skip to content

Commit

Permalink
feat: change toolbar path to snap zone settings (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwim authored Sep 3, 2020
1 parent 1bf7eae commit a644015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/SnapZone/SnapZoneWizard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Innoactive.CreatorEditor.VRTKInteraction
public class SnapZoneWizard : EditorWindow
{
private static SnapZoneWizard window;
private const string menuPath = "Innoactive/Creator/Windows/Snap Zone Settings";
private const string menuPath = "Innoactive/Settings/Snap Zone Settings";

private VRTK_SnapDropZone.SnapTypes snapType;
private float snapDuration = 0f;
Expand Down

0 comments on commit a644015

Please sign in to comment.