Fix syntax error when compiling jme3-lwjgl
This commit is contained in:
parent
7169b7433d
commit
a177ffa208
@ -46,5 +46,11 @@ public class LwjglALC implements ALC {
|
||||
ALCdevice device = ALC10.alcGetContextsDevice(context);
|
||||
ALC10.alcGetInteger(device, param, buffer);
|
||||
}
|
||||
|
||||
public void alcDevicePauseSOFT() {
|
||||
}
|
||||
|
||||
public void alcDeviceResumeSOFT() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user