diff -r 902e4ea4393a2a1d62cc03b41170fb21b652e387 -r 5b5b96a46617c5726c40774b2fa8855482f8fff4 axios.suo Binary file axios.suo has changed diff -r 902e4ea4393a2a1d62cc03b41170fb21b652e387 -r 5b5b96a46617c5726c40774b2fa8855482f8fff4 axios/Engine/AxiosTimer.cs --- a/axios/Engine/AxiosTimer.cs Sun Apr 08 18:36:20 2012 -0500 +++ b/axios/Engine/AxiosTimer.cs Thu Apr 12 22:19:41 2012 -0500 @@ -37,7 +37,8 @@ public override void Update(AxiosGameScreen gameScreen, GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen) { - if (gameScreen.IsActive) //only "tick" if the window has focus - otherwise the Timer will play catchup + + if (gameScreen.ScreenManager.Game.IsActive) //only "tick" if the window has focus - otherwise the Timer will play catchup { if (_enabled) { @@ -46,7 +47,7 @@ if (Tick != null) { //EventArgs e = new EventArgs(); - + //System.Diagnostics.Debugger.Break(); Tick(this, null); }