mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Remove excessive call
This commit is contained in:
parent
61d12f4a34
commit
dd63c7e242
@ -1073,7 +1073,7 @@ public class GLFW
|
||||
|
||||
// Indirect event
|
||||
while (singleton.pendingEventList.size() > 0) {
|
||||
Integer[] dataArr = CallbackBridge.getSingleton().pendingEventList.remove(0);
|
||||
Integer[] dataArr = singleton.pendingEventList.remove(0);
|
||||
for (Long ptr : mGLFWWindowMap.keySet()) {
|
||||
try {
|
||||
switch (dataArr[0]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user