- Adding a check in the AxiosTimer update to only tick if the game is active

This commit is contained in:
nathan@daedalus
2012-04-08 14:40:58 -05:00
parent b3183d6f04
commit 6e86581e13
3 changed files with 17 additions and 12 deletions

View File

@@ -59,6 +59,9 @@
* 1.0.1.2 - 4/1/2012
* - Making AxiosTimer inheirt from AxiosGameObject for it to be casted properly
*
* 1.0.1.3 - 4/7/2012
* - Adding a check in the AxiosTimer update to only tick if the game is active
*
*/
using System.Reflection;