mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
removed undefined event checks in scaling
This commit is contained in:
parent
9681f0eb77
commit
554c37d14b
1 changed files with 0 additions and 4 deletions
|
@ -1976,10 +1976,6 @@ SelectionDisplay = (function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
var onMove = function(event) {
|
var onMove = function(event) {
|
||||||
if (event.x === undefined || event.y === undefined) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
var proportional = (spaceMode === SPACE_WORLD) || directionEnum === STRETCH_DIRECTION.ALL;
|
var proportional = (spaceMode === SPACE_WORLD) || directionEnum === STRETCH_DIRECTION.ALL;
|
||||||
|
|
||||||
var position, dimensions, rotation;
|
var position, dimensions, rotation;
|
||||||
|
|
Loading…
Reference in a new issue