diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index 91c3c11..912ccb7 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -39,7 +39,7 @@ namespace TestGame protected override void Initialize() { // TODO: Add your initialization logic here - + IsMouseVisible = true; base.Initialize(); }