Skip to content

Commit

Permalink
Fix RewiredGlyphManagerEditor not setting glyph collection dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
Orange-Panda committed Jun 24, 2023
1 parent 3dfbf9f commit 3e32ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Editor/RewiredGlyphManagerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public override void OnInspectorGUI()
{
EditorUtility.SetDirty(templateEntry.glyphMap);
}

EditorUtility.SetDirty(collection);
}
}

Expand Down

0 comments on commit 3e32ecb

Please sign in to comment.