2
0
ncannasse 8 жил өмнө
parent
commit
e075942885
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      hxd/WaitEvent.hx

+ 1 - 1
hxd/WaitEvent.hx

@@ -20,7 +20,7 @@ class WaitEvent {
 		updateList.push(callb);
 	}
 
-	public function remove(callb) {
+	public function remove( callb : Float->Bool ) {
 		for( e in updateList )
 			if( Reflect.compareMethods(e, callb) ) {
 				updateList.remove(e);