mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 04:06:46 +02:00
fixing spacing
This commit is contained in:
parent
df3049cb44
commit
49cecdee6e
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ void OpenGLDisplayPlugin::compositeLayers() {
|
||||||
compositeExtra();
|
compositeExtra();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto& cursorManager = Cursor::Manager::instance();
|
auto& cursorManager = Cursor::Manager::instance();
|
||||||
if (isHmd() || cursorManager.getCursor()->getIcon() == Cursor::RETICLE) {
|
if (isHmd() || cursorManager.getCursor()->getIcon() == Cursor::RETICLE) {
|
||||||
auto compositorHelper = DependencyManager::get<CompositorHelper>();
|
auto compositorHelper = DependencyManager::get<CompositorHelper>();
|
||||||
// Draw the pointer last so it's on top of everything
|
// Draw the pointer last so it's on top of everything
|
||||||
|
|
Loading…
Reference in a new issue