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