Example #1
0
 protected override void UpdateSelf(GameTime gameTime)
 {
     base.UpdateSelf(gameTime);
     if (Terrain != null)
     {
         DebugInfo = Terrain.GetDebugInfo();
     }
 }