fixed params (int -> float)

This commit is contained in:
Brian Matzon 2006-08-31 16:40:53 +00:00
parent ec4a94d47d
commit 93aa253732
2 changed files with 2 additions and 2 deletions

View file

@ -1656,7 +1656,7 @@ public class FSound {
* @param max The channels maximum volume distance in "units". See remarks for more on units.
* @return On success, TRUE is returned. On failure, FALSE is returned.
*/
public static native boolean FSOUND_3D_SetMinMaxDistance(int channel, int min, int max);
public static native boolean FSOUND_3D_SetMinMaxDistance(int channel, float min, float max);
/**
* Sets the current position of the sound in SAMPLES not bytes