Skip to content

Commit

Permalink
disable the unfinished stock edit code
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Feb 22, 2021
1 parent 1a7f0ba commit 5d4f127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WaypointManager/WaypointManager.cs
Expand Up @@ -486,10 +486,12 @@ protected void WaypointLineGUI(WaypointData wpd)
}
else
{
#if false
if (GUILayout.Button(new GUIContent(Config.editWaypointIcon, "Edit Stock Waypoint"), GUI.skin.label))
{
CustomWaypointGUI.EditWaypoint(wpd.waypoint, true);
}
#endif
if (GUILayout.Button(new GUIContent(Config.deleteWaypointIcon, "Hide Stock Waypoint"), GUI.skin.label))
{
CustomWaypointGUI.DeleteWaypoint(wpd.waypoint);
Expand Down

0 comments on commit 5d4f127

Please sign in to comment.