i think you define your delegate signature with two float params but you are binding a function with two int params signature to it, so that the problem !
change int to float must fix your problem or vice versa.
i think you define your delegate signature with two float params but you are binding a function with two int params signature to it, so that the problem !
change int to float must fix your problem or vice versa.