mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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