mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
removing fly to voxel option
This commit is contained in:
parent
500f9d1485
commit
07497ea4f7
2 changed files with 1 additions and 2 deletions
|
@ -165,7 +165,7 @@ Menu::Menu() :
|
||||||
addCheckableActionToQMenuAndActionHash(editMenu, MenuOption::Gravity, Qt::SHIFT | Qt::Key_G, false);
|
addCheckableActionToQMenuAndActionHash(editMenu, MenuOption::Gravity, Qt::SHIFT | Qt::Key_G, false);
|
||||||
|
|
||||||
|
|
||||||
addCheckableActionToQMenuAndActionHash(editMenu, MenuOption::ClickToFly);
|
|
||||||
|
|
||||||
addAvatarCollisionSubMenu(editMenu);
|
addAvatarCollisionSubMenu(editMenu);
|
||||||
|
|
||||||
|
|
|
@ -272,7 +272,6 @@ namespace MenuOption {
|
||||||
const QString OffAxisProjection = "Off-Axis Projection";
|
const QString OffAxisProjection = "Off-Axis Projection";
|
||||||
const QString OldVoxelCullingMode = "Old Voxel Culling Mode";
|
const QString OldVoxelCullingMode = "Old Voxel Culling Mode";
|
||||||
const QString TurnWithHead = "Turn using Head";
|
const QString TurnWithHead = "Turn using Head";
|
||||||
const QString ClickToFly = "Fly to voxel on click";
|
|
||||||
const QString LoadScript = "Open and Run Script...";
|
const QString LoadScript = "Open and Run Script...";
|
||||||
const QString Oscilloscope = "Audio Oscilloscope";
|
const QString Oscilloscope = "Audio Oscilloscope";
|
||||||
const QString Pair = "Pair";
|
const QString Pair = "Pair";
|
||||||
|
|
Loading…
Reference in a new issue