diff --git a/IMEHelperTest/IMEHelperTest/Program.cs b/IMEHelperTest/IMEHelperTest/Program.cs
index 80472bf..f5bde70 100644
--- a/IMEHelperTest/IMEHelperTest/Program.cs
+++ b/IMEHelperTest/IMEHelperTest/Program.cs
@@ -8,7 +8,7 @@ static class Program
///
/// The main entry point for the application.
///
- // [STAThread]
+ [STAThread]
static void Main(string[] args)
{
using (Game1 game = new Game1())
diff --git a/IMEHelperTest/IMEHelperTestContent/IMEHelperTestContent.contentproj b/IMEHelperTest/IMEHelperTestContent/IMEHelperTestContent.contentproj
index f9bcadb..abd7caf 100644
--- a/IMEHelperTest/IMEHelperTestContent/IMEHelperTestContent.contentproj
+++ b/IMEHelperTest/IMEHelperTestContent/IMEHelperTestContent.contentproj
@@ -46,6 +46,9 @@
glyph
TextureImporter
TextureProcessor
+ 0, 0, 0, 255
+ False
+ True
DxtCompressed
diff --git a/IMEHelperTest/IMEHelperTestContent/glyph.png b/IMEHelperTest/IMEHelperTestContent/glyph.png
index 6e38cdc..c9005a2 100644
Binary files a/IMEHelperTest/IMEHelperTestContent/glyph.png and b/IMEHelperTest/IMEHelperTestContent/glyph.png differ