mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Disable displaying of overlays at end of tutorial
This commit is contained in:
parent
827506e929
commit
52120de44a
1 changed files with 1 additions and 1 deletions
|
@ -685,10 +685,10 @@ var stepFinish = function(name) {
|
|||
stepFinish.prototype = {
|
||||
start: function(onFinish) {
|
||||
editEntitiesWithTag('door', { visible: false });
|
||||
Menu.setIsOptionChecked("Overlays", true);
|
||||
showEntitiesWithTag(this.tag);
|
||||
},
|
||||
cleanup: function() {
|
||||
//Menu.setIsOptionChecked("Overlays", true);
|
||||
hideEntitiesWithTag(this.tag);
|
||||
deleteEntitiesWithTag(this.tempTag);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue