fixing spacing

This commit is contained in:
amer cerkic 2019-04-30 11:52:37 -07:00
parent df3049cb44
commit 49cecdee6e

View file

@ -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