This commit is contained in:
parent
6029f6dd8b
commit
b279f2074d
@ -282,7 +282,7 @@ namespace Volian.Controls.Library
|
||||
Match m = matches[i];
|
||||
if (m != null && m.Groups.Count > 7 && m.Groups[6].ToString().StartsWith("Transition"))
|
||||
{
|
||||
if (StepTransition(int.Parse(m.Groups[7].Value)))
|
||||
if (m.Groups[7].Value != "" && StepTransition(int.Parse(m.Groups[7].Value)))
|
||||
{
|
||||
System.Text.RegularExpressions.Group g = m.Groups[3];
|
||||
string beforeTran = text.Substring(0, g.Index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user