mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Stop at end of text
This commit is contained in:
parent
c3761596e5
commit
8286e86acf
|
@ -136,7 +136,8 @@
|
|||
if (text.size())
|
||||
text += ' ';
|
||||
text += fSong->GetWord(fStanza, textAt);
|
||||
fSong->NextWord(fStanza, textAt);
|
||||
if (!fSong->NextWord(fStanza, textAt))
|
||||
break;
|
||||
}
|
||||
[fText release];
|
||||
fText = [[NSString alloc] initWithUTF8String:text.c_str()];
|
||||
|
|
Loading…
Reference in New Issue
Block a user