Преглед изворни кода

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

Nicolas Cannasse пре 5 година
родитељ
комит
e7d58daef0
1 измењених фајлова са 0 додато и 1 уклоњено
  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;
 	}
 }