Crash because of Off-By-One error in GlyphUnlockMenu
McModknower opened this issue ยท 0 comments
In line 292 of GlyphUnlockMenu#onGlyphClick(Button button) there is a check that i is not more than the number of buttons. However the maximum button index is one less, so the check should be a >=
.
Here is a crash report of a user that got the crash: