mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
fixed syntax for cursor
This commit is contained in:
parent
00a153c730
commit
7d2b75673c
1 changed files with 4 additions and 1 deletions
|
@ -5042,7 +5042,10 @@ void Application::idle() {
|
|||
}
|
||||
#endif
|
||||
|
||||
checkChangeCursor();
|
||||
|
||||
if((displayPlugin && displayPlugin->isHmd()) || _preferredCursor.get() == Cursor::Manager::ICON_NAMES[Cursor::Icon::RETICLE]){
|
||||
checkChangeCursor();
|
||||
}
|
||||
|
||||
#if !defined(DISABLE_QML)
|
||||
auto stats = Stats::getInstance();
|
||||
|
|
Loading…
Reference in a new issue