removing comments and restoring the correct behavior for Pal.js

This commit is contained in:
samcake 2017-03-06 12:41:00 -08:00
parent cffd838d1d
commit 21f36d7212
2 changed files with 1 additions and 3 deletions

View file

@ -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 {

View file

@ -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);
}