Skip to content

Commit

Permalink
Update update the font package, karaoke font will clear the transform…
Browse files Browse the repository at this point in the history
… after finish all the transformer.

So we should prevent the transform clear in the lyric editor.
  • Loading branch information
andy840119 committed Apr 23, 2022
1 parent 8c86ea9 commit bf17ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ static FontUsage getFont(float? charSize = null)
}, true);
}

public override bool RemoveCompletedTransforms => false;

public class EditorLyricSpriteText : LyricSpriteText
{
public RectangleF GetRubyTagPosition(RubyTag rubyTag)
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="ILRepack.Lib.MSBuild" Version="2.1.18" />
<PackageReference Include="LanguageDetection.karaoke-dev" Version="1.3.3-alpha" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2022.417.0" />
<PackageReference Include="osu.Framework.KaraokeFont" Version="2022.420.0-alpha" />
<PackageReference Include="osu.Framework.Microphone" Version="2022.327.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.418.0" />
<PackageReference Include="LyricMaker" Version="1.1.1" />
Expand Down

0 comments on commit bf17ced

Please sign in to comment.