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