mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 14:03:20 +02:00
removing debug statement
This commit is contained in:
parent
8e075c2a7c
commit
b837cbd8a0
1 changed files with 0 additions and 1 deletions
|
@ -8511,7 +8511,6 @@ void Application::createLoginDialogOverlay() {
|
|||
// reference vector for overlay to spawn.
|
||||
glm::vec3 refOverlayVec;
|
||||
if (headPose.isValid()) {
|
||||
qDebug() << "controller head position = " << vec3toVariant(headPose.translation);
|
||||
refOverlayVec = headPose.translation;
|
||||
} else if (HMD->getPosition() != glm::vec3()) {
|
||||
refOverlayVec = HMD->getPosition();
|
||||
|
|
Loading…
Reference in a new issue