mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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();
|
||||
}
|
||||
|
||||
auto& cursorManager = Cursor::Manager::instance();
|
||||
auto& cursorManager = Cursor::Manager::instance();
|
||||
if (isHmd() || cursorManager.getCursor()->getIcon() == Cursor::RETICLE) {
|
||||
auto compositorHelper = DependencyManager::get<CompositorHelper>();
|
||||
// Draw the pointer last so it's on top of everything
|
||||
|
|
Loading…
Reference in a new issue