Exemplo n.º 1
0
 public void Cleanup()
 {
     if (Sound != null)
     {
         Sound.Cleanup();
         Sound = null;
     }
 }
Exemplo n.º 2
0
 public void Cleanup()
 {
     if (Sound != null)
     {
         Sound.Cleanup();
         Sound = null;
     }
     if (m_secondarySound != null)
     {
         m_secondarySound.Cleanup();
         m_secondarySound = null;
     }
 }