mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 18:34:54 +02:00
Add some debug to edit.js
This commit is contained in:
parent
a775c1fb98
commit
01e3c33bf1
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("got exception");
|
print("EntitySelectionTool got exception: " = JSON.stringify(e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue