mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #4802 from Atlante45/add_debug
Add some debug to edit.js
This commit is contained in:
commit
bbc257199b
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