Ejemplo n.º 1
0
 public void noDis()
 {
     if (renderObj == null)
     {
         return;
     }
     renderObj.noDis();
     renderObj = null;
 }