mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
fixed small bug in alSourcePlay
This commit is contained in:
parent
f0dcde5310
commit
f20164e785
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ public abstract class CoreAL extends BaseAL implements BaseALConstants {
|
|||
*
|
||||
* @param sources array of sources to play
|
||||
*/
|
||||
public static void alSourcePlay(int n, IntBuffer sources) {
|
||||
public static void alSourcePlay(IntBuffer sources) {
|
||||
nalSourcePlayv(sources.remaining(), sources, sources.position());
|
||||
}
|
||||
private static native void nalSourcePlayv(int n, IntBuffer sources, int offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue