Browse Source

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

Nicolas Cannasse 5 năm trước cách đây
mục cha
commit
e7d58daef0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 	}
 }