mouse visible for test game.

This commit is contained in:
Harrison Deng 2019-04-12 21:46:53 -05:00
parent f82c6cb9e1
commit 4bb5c4ce95

View File

@ -39,7 +39,7 @@ namespace TestGame
protected override void Initialize()
{
// TODO: Add your initialization logic here
IsMouseVisible = true;
base.Initialize();
}