summaryrefslogtreecommitdiff
path: root/BitmapChar.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BitmapChar.cs')
-rw-r--r--BitmapChar.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/BitmapChar.cs b/BitmapChar.cs
index 3033fee..649c135 100644
--- a/BitmapChar.cs
+++ b/BitmapChar.cs
@@ -287,6 +287,8 @@ namespace BitmapFontEd
stream.WriteByte(m_data[x,y].A);
}
}
+
+ m_changed=false;
}
public static BitmapChar Input(Stream stream)
@@ -416,6 +418,8 @@ namespace BitmapFontEd
{
c.Output(stream);
}
+
+ m_changed=false;
}
public static BitmapCharList Input(Stream stream)