Ejemplo n.º 1
0
 protected void BeginDraw()
 {
     if (_drawBegan)
     {
         return;
     }
     SpriteBatch.Begin(SpriteSortMode.Deferred, null, SamplerState.PointClamp, null, null, null, _yetiCam.GetMatrix());
     _drawBegan = true;
 }