SoundBuffer, SoundListener, SoundManager, SoundSource, Correction d'un shader qui portait pas très bien son nom.
This commit is contained in:
@ -29,4 +29,8 @@ public class BufferUtils {
|
||||
return result;
|
||||
}
|
||||
|
||||
public static ByteBuffer StringToByteBuffer(String msg){
|
||||
return ByteBuffer.wrap(msg.getBytes());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user