mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:42:58 +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...
|
// 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) {
|
function onBubbleToggled(enabled, doNotLog) {
|
||||||
writeButtonProperties(enabled);
|
writeButtonProperties(enabled);
|
||||||
if (doNotLog !== true) {
|
if (doNotLog !== true) {
|
||||||
|
|
Loading…
Reference in a new issue