Sfoglia il codice sorgente

disable handle=null (is an abstract, not necessary null)

Nicolas Cannasse 5 anni fa
parent
commit
e7d58daef0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      hxd/snd/Manager.hx

+ 0 - 1
hxd/snd/Manager.hx

@@ -54,7 +54,6 @@ class Buffer {
 
 	public function dispose() {
 		Manager.get().driver.destroyBuffer(handle);
-		handle = null;
 	}
 }