mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Minor formatting change
This commit is contained in:
parent
05b361affc
commit
3f1897d6b2
1 changed files with 2 additions and 6 deletions
|
@ -1961,12 +1961,8 @@ walkInterface = (function() {
|
|||
case _hideButton:
|
||||
case _hideButtonSelected:
|
||||
|
||||
Overlays.editOverlay(_hideButton, {
|
||||
visible: false
|
||||
});
|
||||
Overlays.editOverlay(_hideButtonSelected, {
|
||||
visible: true
|
||||
});
|
||||
Overlays.editOverlay(_hideButton, {visible: false});
|
||||
Overlays.editOverlay(_hideButtonSelected, {visible: true});
|
||||
_state.minimised = true;
|
||||
momentaryButtonTimer = Script.setInterval(function() {
|
||||
minimiseDialog(_state.minimised);
|
||||
|
|
Loading…
Reference in a new issue