mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23: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 {
|
||||
listeners[i]();
|
||||
} catch (e) {
|
||||
print("got exception");
|
||||
print("EntitySelectionTool got exception: " = JSON.stringify(e));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue