mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 14:11:11 +01:00
45cb8388cc
The lock callback would `continue` which would end up skipping over the current item as it applied to the inner loop rather than the outer loop as intended. This has now been fixed by using `break` and a check instead.