mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-24 08:37:21 +01:00
update to 0.7
This commit is contained in:
parent
f19ef56df9
commit
df2967a2af
|
|
@ -166,6 +166,7 @@ public class WaveData {
|
|||
//insert data into bytebuffer
|
||||
ByteBuffer buffer = ByteBuffer.allocateDirect(buf.length);
|
||||
buffer.put(buf);
|
||||
buffer.rewind();
|
||||
|
||||
//create our result
|
||||
WaveData wavedata =
|
||||
|
|
|
|||
Loading…
Reference in a new issue