* - Adding axioslog command to output AxiosLog

This commit is contained in:
Nathan Adams
2012-05-28 22:31:46 -05:00
parent e31ccc4ed4
commit ff32d18553
3 changed files with 23 additions and 0 deletions

View File

@@ -431,6 +431,7 @@ namespace Axios.Engine
{
ScreenManager.Game.Components.Remove(_console);
_console.Dispose();
_console = null;
}
#endif
}