fixing last commit

This commit is contained in:
Sarah 2015-12-19 13:00:12 +01:00
parent 7cb002ca86
commit 8a54388480

View File

@ -77,7 +77,7 @@ public abstract class GameTutorial
}
else
{
newText[i] = phase.getText()[i];
newText[i] = phase.getText()[i - 1];
}
}
phase.setText(newText);