mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +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();
|
pushCommandForSelections();
|
||||||
};
|
};
|
||||||
|
|
||||||
var onMove = function(event)
|
var onMove = function(event) {
|
||||||
if (event.x === undefined || event.y === undefined) {
|
if (event.x === undefined || event.y === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue