예제 #1
0
 public override void Dispose()
 {
     AlNative.alDeleteSources(1, new uint[] { _source });
     ALEngine.checkAlError();
 }