Fix syntax error when compiling jme3-lwjgl

This commit is contained in:
shadowislord 2014-11-15 16:31:40 -05:00
parent 7169b7433d
commit a177ffa208

View File

@ -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() {
}
}