mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Classes now abstract
This commit is contained in:
parent
269b5b0046
commit
f7609396fb
8 changed files with 9 additions and 15 deletions
|
|
@ -39,7 +39,7 @@ package org.lwjgl.openal;
|
|||
* @author Brian Matzon <brian@matzon.dk>
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class AL extends CoreAL {
|
||||
public abstract class AL extends CoreAL {
|
||||
|
||||
/** ALC instance. */
|
||||
protected static ALC alc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue