mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reverting unintended line from previous debug
This commit is contained in:
parent
0facbedbbc
commit
eb4704620c
1 changed files with 1 additions and 2 deletions
|
@ -1669,8 +1669,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
return qApp->getMyAvatar()->getSnapTurn() ? 1 : 0;
|
||||
});
|
||||
_applicationStateDevice->setInputVariant(STATE_ADVANCED_MOVEMENT_CONTROLS, []() -> float {
|
||||
auto isAdvanced = qApp->getMyAvatar()->useAdvancedMovementControls();
|
||||
return isAdvanced ? 1 : 0;
|
||||
return qApp->getMyAvatar()->useAdvancedMovementControls() ? 1 : 0;
|
||||
});
|
||||
|
||||
_applicationStateDevice->setInputVariant(STATE_GROUNDED, []() -> float {
|
||||
|
|
Loading…
Reference in a new issue