Ejemplo n.º 1
0
 public void DrawGame(Texture t, int x, int y)
 {
     if (this.m_vCache == null)
     {
         this.m_vCache = new AnimationVertexCache();
     }
     this.m_vCache.DrawGame(t, x, y);
 }
Ejemplo n.º 2
0
 public void DrawGame(Texture t, int x, int y)
 {
     if (this.m_vCache == null)
     {
         this.m_vCache = new AnimationVertexCache();
     }
     this.m_vCache.DrawGame(t, x, y);
 }