Skip to content

Commit

Permalink
Update 'Reset' to 'Save'
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsarkar committed Jul 20, 2020
1 parent 14e07c0 commit bf7baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/ScreenEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private static void DrawHierarchyItem(int instanceID, Rect rect) {
if (gameObject == null) { return; }

if (gameObject.GetComponent<NavigationController>() != null) {
if (Button(rect, "Reset", "", saturatedViolet, FontStyle.Normal)) {
if (Button(rect, "Save", "", saturatedViolet, FontStyle.Normal)) {
foreach (var menu in menus) {
menu.gameObject.GetComponent<NavigationScreen>()?.StopEditing();
}
Expand Down

0 comments on commit bf7baec

Please sign in to comment.