fixes in tutorial saving
This commit is contained in:
@@ -101,8 +101,14 @@ namespace Beyond
|
||||
{
|
||||
if (!currentStep)
|
||||
{
|
||||
return;
|
||||
if (steps.Count > 0)
|
||||
{
|
||||
currentStep = steps[0];
|
||||
}
|
||||
else
|
||||
return;
|
||||
}
|
||||
|
||||
int id = steps.FindIndex(step => step == currentStep);
|
||||
for (int i = id; i < steps.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user