mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Remove excessive call
This commit is contained in:
parent
61d12f4a34
commit
dd63c7e242
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue