Small UI improvement

This commit is contained in:
Daniel Xie
2017-05-21 18:37:41 -05:00
parent a3f0bb04f7
commit be18f6150d
2 changed files with 2 additions and 2 deletions

View File

@@ -609,7 +609,7 @@ function iTutorialPrevStep() {
function iTutorialEnd() {
//Re-enable auto save
Engine.Counters.autoSaveCounter = 1;
Engine.Counters.autoSaveCounter = 300;
console.log("Ending interactive tutorial");
Engine.init();
currITutorialStep = iTutorialSteps.End;