Initial fix for detaching tablet UI

This commit is contained in:
David Rowe 2016-12-15 11:11:40 +13:00
parent 17c54a5fae
commit b55c558f96

View file

@ -90,6 +90,9 @@ Web3DOverlay::~Web3DOverlay() {
}
void Web3DOverlay::update(float deltatime) {
// FIXME: Transforms cause tablet overlay to detach from tablet entity.
// Perhaps rather than deleting the following code it should be run only if isFacingAvatar() is true?
/*
if (usecTimestampNow() > _transformExpiry) {
Transform transform = getTransform();
applyTransformTo(transform);