mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +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:
|
||||
mutable quint64 _fadeStartTime { 0 };
|
||||
mutable uint8_t _fadeState { FADE_WAITING_TO_START };
|
||||
// mutable uint8_t _fadeState { FADE_COMPLETE };
|
||||
};
|
||||
|
||||
namespace render {
|
||||
|
|
|
@ -184,8 +184,7 @@ function HighlightedEntity(id, entityProperties) {
|
|||
},
|
||||
lineWidth: 1.0,
|
||||
ignoreRayIntersection: true,
|
||||
//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.
|
||||
drawInFront: false // Arguable. For now, let's not distract with mysterious wires around the scene.
|
||||
});
|
||||
HighlightedEntity.overlays.push(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue