Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Apr 30, 2024
1 parent 6f44c66 commit 75e2921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau.Plugin.Builtin/BaseKoreanPhonemizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public abstract class BaseKoreanPhonemizer : Phonemizer {

// this phonemizer will call ConvertPhonemes() when lyric is hanguel or additionalTest is true . (override to use)
protected virtual bool additionalTest(string lyric) {
return true;
return false;
}
public override void SetSinger(USinger singer) => this.singer = singer;
public static string? FindInOto(USinger singer, string phoneme, Note note, bool nullIfNotFound = false) {
Expand Down

0 comments on commit 75e2921

Please sign in to comment.