// OWL issue #32: update the view position as well, so we are
// notified immediately if the client is already in view
Cell viewCell = ClientContextJME.getViewManager().getPrimaryViewCell();
if (viewCell != null) {
lr.viewCellMoved(viewCell.getCellID(), viewCell.getWorldTransform());
}
}
}
}