mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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) {
|
||||
if (event.x === undefined || event.y === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
var proportional = (spaceMode === SPACE_WORLD) || directionEnum === STRETCH_DIRECTION.ALL;
|
||||
|
||||
var position, dimensions, rotation;
|
||||
|
|
Loading…
Reference in a new issue