mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
added comment
This commit is contained in:
parent
4dae77cd9d
commit
2feea16063
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@
|
|||
}
|
||||
|
||||
// When the space bubble is toggled...
|
||||
// NOTE: the c++ calls this with just the first param -- we added a second
|
||||
// just for not logging the initial state of the bubble when we startup.
|
||||
function onBubbleToggled(enabled, doNotLog) {
|
||||
writeButtonProperties(enabled);
|
||||
if (doNotLog !== true) {
|
||||
|
|
Loading…
Reference in a new issue