mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Removed Sys.setTime(), Sys.getPlatform()
Changed Sys.getTime() Added Display.sync()
This commit is contained in:
parent
3bb53392f6
commit
b697fb3ecf
20 changed files with 102 additions and 261 deletions
|
|
@ -196,8 +196,7 @@ public final class VBOIndexTest {
|
|||
* Initialize
|
||||
*/
|
||||
private static void init() throws Exception {
|
||||
Sys.setTime(0);
|
||||
Sys.setProcessPriority(Sys.HIGH_PRIORITY);
|
||||
|
||||
System.out.println("Timer resolution: " + Sys.getTimerResolution());
|
||||
// Go into orthographic projection mode.
|
||||
GL11.glMatrixMode(GL11.GL_PROJECTION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue