We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d87e4c commit 7da1255Copy full SHA for 7da1255
Assets/BitmapFontImporter/Editor/BFImporter.cs
@@ -90,7 +90,7 @@ private static void UpdateKernings(SerializedObject so, Kerning[] kernings)
90
{
91
int len = kernings != null ? kernings.Length : 0;
92
SerializedProperty kerningsProp = so.FindProperty("m_KerningValues");
93
- so.Update();
+ //so.Update();
94
95
if (len == 0)
96
0 commit comments