Selaa lähdekoodia

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

Nicolas Cannasse 5 vuotta sitten
vanhempi
commit
e7d58daef0
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;
 	}
 }