mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +02:00
removing comments and restoring the correct behavior for Pal.js
This commit is contained in:
parent
cffd838d1d
commit
21f36d7212
2 changed files with 1 additions and 3 deletions
|
@ -119,7 +119,6 @@ public:
|
||||||
private:
|
private:
|
||||||
mutable quint64 _fadeStartTime { 0 };
|
mutable quint64 _fadeStartTime { 0 };
|
||||||
mutable uint8_t _fadeState { FADE_WAITING_TO_START };
|
mutable uint8_t _fadeState { FADE_WAITING_TO_START };
|
||||||
// mutable uint8_t _fadeState { FADE_COMPLETE };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace render {
|
namespace render {
|
||||||
|
|
|
@ -184,8 +184,7 @@ function HighlightedEntity(id, entityProperties) {
|
||||||
},
|
},
|
||||||
lineWidth: 1.0,
|
lineWidth: 1.0,
|
||||||
ignoreRayIntersection: true,
|
ignoreRayIntersection: true,
|
||||||
//drawInFront: false // Arguable. For now, let's not distract with mysterious wires around the scene.
|
drawInFront: false // Arguable. For now, let's not distract with mysterious wires around the scene.
|
||||||
drawInFront: true // Arguable. For now, let's not distract with mysterious wires around the scene.
|
|
||||||
});
|
});
|
||||||
HighlightedEntity.overlays.push(this);
|
HighlightedEntity.overlays.push(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue