From 326ebe083338e53e261a513418a418413a63bd2f Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 21 May 2005 02:54:04 +0000 Subject: Improved font import slightly. Fixed non-clearing of changed flags when saving. --- BitmapChar.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BitmapChar.cs') 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) -- cgit v1.2.3