* - Adding visible flag to DrawableAxiosGameObject

This commit is contained in:
Nathan Adams
2012-09-22 14:19:45 -05:00
parent 4c7c9e6d61
commit d73c59bcce
3 changed files with 25 additions and 11 deletions

View File

@@ -217,8 +217,8 @@ namespace Axios.Engine
public override void Draw(GameTime gameTime)
{
//System.Diagnostics.Debugger.Break();
if (Level != null)
{
foreach (Layer layer in Level.Layers)