summaryrefslogtreecommitdiff
path: root/GfxEditor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GfxEditor.cs')
-rw-r--r--GfxEditor.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GfxEditor.cs b/GfxEditor.cs
index 0b09ce3..f5f002a 100644
--- a/GfxEditor.cs
+++ b/GfxEditor.cs
@@ -63,6 +63,8 @@ namespace BitmapFontEd
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label m_recent8;
+ public const int MAX_SIZE=32;
+
private const uint SIZE=256;
private Color TRANS=Color.Empty;