diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-02-10 22:14:10 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-02-10 22:14:10 -0600 |
| commit | 63419029fbda7d3f2f3d5984c3d2c77f341dbd79 (patch) | |
| tree | f4c0a51017b957f2dfded3b4fc6b8ff3c3b58e45 /SuperPolarity/SuperPolarity.cs | |
| parent | 10980f9b5db812487ecc118fa8f8255024624e9a (diff) | |
Works in win, compiles in mac
Diffstat (limited to 'SuperPolarity/SuperPolarity.cs')
| -rw-r--r-- | SuperPolarity/SuperPolarity.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SuperPolarity/SuperPolarity.cs b/SuperPolarity/SuperPolarity.cs index 9311d53..f5ff48e 100644 --- a/SuperPolarity/SuperPolarity.cs +++ b/SuperPolarity/SuperPolarity.cs @@ -10,6 +10,7 @@ using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Media; using Microsoft.Xna.Framework.Audio; using SuperPolarity; +using Tao.Sdl; #endregion namespace SuperPolarity @@ -41,7 +42,7 @@ namespace SuperPolarity graphics.PreferMultiSampling = true; graphics.PreferredBackBufferWidth = 1280; graphics.PreferredBackBufferHeight = 720; - graphics.ToggleFullScreen(); + //graphics.ToggleFullScreen(); Content.RootDirectory = "Content"; ActorFactory.SetGame(this); |