mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
fixed params (int -> float)
This commit is contained in:
parent
ec4a94d47d
commit
93aa253732
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue