From 6253a02880a2e8b1a1eb5d63dfe9512aeadf9505 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 25 Feb 2010 21:57:01 +1300 Subject: [PATCH] faster, slightly more dangerous if you use interesting characters --- OpenRa.Game/Graphics/SpriteFont.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRa.Game/Graphics/SpriteFont.cs b/OpenRa.Game/Graphics/SpriteFont.cs index 6963d95054..2f542269eb 100644 --- a/OpenRa.Game/Graphics/SpriteFont.cs +++ b/OpenRa.Game/Graphics/SpriteFont.cs @@ -95,7 +95,6 @@ namespace OpenRa.Graphics } } - s.sheet.Texture.SetData(s.sheet.Bitmap); return g; }