From 4bb5c4ce9564b146b1566d806533caaf7573246a Mon Sep 17 00:00:00 2001 From: Recrown Date: Fri, 12 Apr 2019 21:46:53 -0500 Subject: [PATCH] mouse visible for test game. --- TestGame/TestGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }