You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(armory): check the whole per-gender slot block, not just one slot
file_ids splits into two contiguous 5-slot blocks (0-4 male, 5-9
female) rather than a single slot per gender. Walk this gender's block
in order, but lazily: only advance past a slot once it's confirmed to
have no icon at all (decode finished, no texture), never while it's
still resolving. That way a slot that's about to succeed is never
skipped past in favor of eagerly trying a later, unrelated slot -
which is exactly what caused the earlier spurious load of an entirely
invalid file id.
0 commit comments