mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
0.94
This commit is contained in:
parent
1d6a30fd45
commit
16fc090691
5 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ import org.lwjgl.opengl.Display;
|
|||
*/
|
||||
public final class Sys {
|
||||
|
||||
public static final String VERSION = "0.93";
|
||||
public static final String VERSION = "0.94";
|
||||
|
||||
/** Low process priority. @see #setProcessPriority() */
|
||||
public static final int LOW_PRIORITY = -1;
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ public class FMOD {
|
|||
private static String FMOD_OSX_LIBRARY_NAME = "fmod";
|
||||
|
||||
/** Version of FMOD */
|
||||
public static final String VERSION = "0.93";
|
||||
public static final String VERSION = "0.94";
|
||||
|
||||
static {
|
||||
initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue