Closed rvanheest closed 9 years ago
When the size of the ui is bigger than the screen, a ArrayIndexOutOfBoundsException is thrown. This is based on Root.java:68 (.get(0)).
ArrayIndexOutOfBoundsException
.get(0)
Solved by 6162bf6. Closing.
When the size of the ui is bigger than the screen, a
ArrayIndexOutOfBoundsException
is thrown. This is based on Root.java:68 (.get(0)
).