Skip to content

Commit 7da1255

Browse files
committed
fix lost m_FontSize and m_LineSpacing
1 parent 0d87e4c commit 7da1255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BitmapFontImporter/Editor/BFImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private static void UpdateKernings(SerializedObject so, Kerning[] kernings)
9090
{
9191
int len = kernings != null ? kernings.Length : 0;
9292
SerializedProperty kerningsProp = so.FindProperty("m_KerningValues");
93-
so.Update();
93+
//so.Update();
9494

9595
if (len == 0)
9696
{

0 commit comments

Comments
 (0)