Ejemplo n.º 1
0
 public static void Done()
 {
     if (_inst != null)
     {
         _inst.DestroyTexture();
         _inst = null;
     }
 }