mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-01 22:36:44 +02:00
Fix loading of the context overlay information icon
This commit is contained in:
parent
bde5282541
commit
ac94327ec7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ bool ContextOverlayInterface::createOrDestroyContextOverlay(const EntityItemID&
|
||||||
_contextOverlay->setColorPulse(CONTEXT_OVERLAY_UNHOVERED_COLORPULSE);
|
_contextOverlay->setColorPulse(CONTEXT_OVERLAY_UNHOVERED_COLORPULSE);
|
||||||
_contextOverlay->setIgnoreRayIntersection(false);
|
_contextOverlay->setIgnoreRayIntersection(false);
|
||||||
_contextOverlay->setDrawInFront(true);
|
_contextOverlay->setDrawInFront(true);
|
||||||
_contextOverlay->setURL(PathUtils::resourcesPath() + "images/inspect-icon.png");
|
_contextOverlay->setURL(PathUtils::resourcesUrl() + "images/inspect-icon.png");
|
||||||
_contextOverlay->setIsFacingAvatar(true);
|
_contextOverlay->setIsFacingAvatar(true);
|
||||||
_contextOverlayID = qApp->getOverlays().addOverlay(_contextOverlay);
|
_contextOverlayID = qApp->getOverlays().addOverlay(_contextOverlay);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue