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
This originates from an exception I frequently encountered when inspecting TestSceneTranslationsScreen. When I scroll the lyric list nearly down to the bottom, the test client would crash out.
Somehow after I reviewed relevant code and the example karaoke test file, it seems that when the lyric is too long to display in one line, the framework would fail to compute the positioning of characters. (Likely in computeCharacters() of your customized osu!framework)
Since I'm pretty inexperienced in the development of basic framework components, I couldn't give much idea on this. 🤯 Would spliting them into multiple lines help?
The text was updated successfully, but these errors were encountered:
This originates from an exception I frequently encountered when inspecting
TestSceneTranslationsScreen
. When I scroll the lyric list nearly down to the bottom, the test client would crash out.Somehow after I reviewed relevant code and the example karaoke test file, it seems that when the lyric is too long to display in one line, the framework would fail to compute the positioning of characters. (Likely in
computeCharacters()
of your customized osu!framework)Since I'm pretty inexperienced in the development of basic framework components, I couldn't give much idea on this. 🤯 Would spliting them into multiple lines help?
The text was updated successfully, but these errors were encountered: