mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge pull request #4812 from howard-stearns/edit-script-typo
Edit script typo
This commit is contained in:
commit
8d211957e0
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ SelectionManager = (function() {
|
||||||
try {
|
try {
|
||||||
listeners[i]();
|
listeners[i]();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
print("EntitySelectionTool got exception: " = JSON.stringify(e));
|
print("EntitySelectionTool got exception: " + JSON.stringify(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue