Fix syntax error when compiling jme3-lwjgl

experimental
shadowislord 10 years ago
parent 7169b7433d
commit a177ffa208
  1. 6
      jme3-lwjgl/src/main/java/com/jme3/audio/lwjgl/LwjglALC.java

@ -46,5 +46,11 @@ public class LwjglALC implements ALC {
ALCdevice device = ALC10.alcGetContextsDevice(context); ALCdevice device = ALC10.alcGetContextsDevice(context);
ALC10.alcGetInteger(device, param, buffer); ALC10.alcGetInteger(device, param, buffer);
} }
public void alcDevicePauseSOFT() {
}
public void alcDeviceResumeSOFT() {
}
} }

Loading…
Cancel
Save