mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
missing bracket
This commit is contained in:
parent
2af0f05cb4
commit
afbe64ec11
1 changed files with 1 additions and 1 deletions
|
@ -2068,7 +2068,7 @@ SelectionDisplay = (function() {
|
|||
pushCommandForSelections();
|
||||
};
|
||||
|
||||
var onMove = function(event)
|
||||
var onMove = function(event) {
|
||||
if (event.x === undefined || event.y === undefined) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue