mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Update EventQueue.java
This commit is contained in:
parent
e7e202bff5
commit
57b669228e
@ -7,8 +7,8 @@ package org.lwjgl.input;
|
||||
class EventQueue {
|
||||
|
||||
private int maxEvents = 32;
|
||||
private int currentEventPos = -1;
|
||||
private int nextEventPos = 0;
|
||||
private int currentEventPos = 0;
|
||||
private int nextEventPos = 1;
|
||||
|
||||
EventQueue(int maxEvents) {
|
||||
this.maxEvents = maxEvents;
|
||||
|
Loading…
x
Reference in New Issue
Block a user