make bizstring.split() 1-based
This commit is contained in:
parent
0011554d77
commit
3ba965321a
|
@ -199,7 +199,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
for (int i = 0; i < splitStr.Length; i++)
|
||||
{
|
||||
table[i] = splitStr[i];
|
||||
table[i + 1] = splitStr[i];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue