mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 02:31:18 +02:00
Merge pull request #6054 from ZappoMan/fixEdit
temp fix to get editing working again
This commit is contained in:
commit
61ab1a1935
1 changed files with 3 additions and 1 deletions
|
@ -2326,7 +2326,9 @@ SelectionDisplay = (function () {
|
||||||
|
|
||||||
that.checkMove = function() {
|
that.checkMove = function() {
|
||||||
if (SelectionManager.hasSelection()) {
|
if (SelectionManager.hasSelection()) {
|
||||||
SelectionManager._update();
|
|
||||||
|
// FIXME - this cause problems with editing in the entity properties window
|
||||||
|
//SelectionManager._update();
|
||||||
|
|
||||||
if (!Vec3.equal(Camera.getPosition(), lastCameraPosition) ||
|
if (!Vec3.equal(Camera.getPosition(), lastCameraPosition) ||
|
||||||
!Quat.equal(Camera.getOrientation(), lastCameraOrientation)) {
|
!Quat.equal(Camera.getOrientation(), lastCameraOrientation)) {
|
||||||
|
|
Loading…
Reference in a new issue