Przeglądaj źródła

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

Nicolas Cannasse 5 lat temu
rodzic
commit
e7d58daef0
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
 	}
 }