Esempio n. 1
0
 public override void Draw(SpriteBatch spriteBatch, GameTime gameTime)
 {
     // Debug draws
     if (showBoundingBox)
     {
         collisionComponent.DrawBoundingBox(spriteBatch);
     }
 }