Merge pull request #6054 from ZappoMan/fixEdit

temp fix to get editing working again
This commit is contained in:
Brad Hefta-Gaub 2015-10-11 14:03:04 -07:00
commit 61ab1a1935

View file

@ -2326,7 +2326,9 @@ SelectionDisplay = (function () {
that.checkMove = function() {
if (SelectionManager.hasSelection()) {
SelectionManager._update();
// FIXME - this cause problems with editing in the entity properties window
//SelectionManager._update();
if (!Vec3.equal(Camera.getPosition(), lastCameraPosition) ||
!Quat.equal(Camera.getOrientation(), lastCameraOrientation)) {