Initial fix for detaching tablet UI

This commit is contained in:
David Rowe 2016-12-15 11:11:40 +13:00 committed by Seth Alves
parent 0ec1dc6c85
commit 5bb497d258

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