aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarity/SuperPolarity.cs
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-02-10 22:14:10 -0600
committerBen Beltran <ben@nsovocal.com>2014-02-10 22:14:10 -0600
commit63419029fbda7d3f2f3d5984c3d2c77f341dbd79 (patch)
treef4c0a51017b957f2dfded3b4fc6b8ff3c3b58e45 /SuperPolarity/SuperPolarity.cs
parent10980f9b5db812487ecc118fa8f8255024624e9a (diff)
Works in win, compiles in mac
Diffstat (limited to 'SuperPolarity/SuperPolarity.cs')
-rw-r--r--SuperPolarity/SuperPolarity.cs3
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);