mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +02:00
Remove "Reset Sensors" button from Settings > Controls
This commit is contained in:
parent
1c4bde3e84
commit
9dfbaa9201
1 changed files with 0 additions and 6 deletions
|
@ -269,12 +269,6 @@ void setupPreferences() {
|
||||||
preference->setStep(0.001f);
|
preference->setStep(0.001f);
|
||||||
preferences->addPreference(preference);
|
preferences->addPreference(preference);
|
||||||
}
|
}
|
||||||
{
|
|
||||||
auto preference = new ButtonPreference(VR_MOVEMENT, "RESET SENSORS", [] {
|
|
||||||
qApp->resetSensors();
|
|
||||||
});
|
|
||||||
preferences->addPreference(preference);
|
|
||||||
}
|
|
||||||
|
|
||||||
static const QString AVATAR_CAMERA{ "Mouse Sensitivity" };
|
static const QString AVATAR_CAMERA{ "Mouse Sensitivity" };
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue