fix property name (I had changed that in the environment files, and
apparently missed this instance when I searched for its use)
This commit is contained in:
parent
8a31fbaae4
commit
3f9bdb62ab
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ startTutorial = func {
|
|||
}
|
||||
|
||||
# Pick up any weather conditions/scenarios set
|
||||
setprop("/environment/rebuild_layers", getprop("/environment/rebuild_layers")+1);
|
||||
setprop("/environment/rebuild-layers", getprop("/environment/rebuild-layers")+1);
|
||||
|
||||
# Set the timer to start the first tutorial step
|
||||
settimer(stepTutorial, STEP_TIME);
|
||||
|
|
Loading…
Add table
Reference in a new issue