mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Revert "commented out code responsible for creating / populating 'Avatar' menu (per request from Mukul)"
This reverts commit d40d1a9985770d2da82f5291ee33a7cfe8a73652.
This commit is contained in:
parent
7fa09aef8f
commit
eb97f99db1
1 changed files with 0 additions and 4 deletions
|
@ -205,12 +205,10 @@ bool ViveControllerManager::activate() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* temporarily temove per request from Mukul
|
|
||||||
_container->addMenu(MENU_PATH);
|
_container->addMenu(MENU_PATH);
|
||||||
_container->addMenuItem(PluginType::INPUT_PLUGIN, MENU_PATH, RENDER_CONTROLLERS,
|
_container->addMenuItem(PluginType::INPUT_PLUGIN, MENU_PATH, RENDER_CONTROLLERS,
|
||||||
[this](bool clicked) { this->setRenderControllers(clicked); },
|
[this](bool clicked) { this->setRenderControllers(clicked); },
|
||||||
true, true);
|
true, true);
|
||||||
*/
|
|
||||||
|
|
||||||
enableOpenVrKeyboard(_container);
|
enableOpenVrKeyboard(_container);
|
||||||
|
|
||||||
|
@ -226,10 +224,8 @@ void ViveControllerManager::deactivate() {
|
||||||
|
|
||||||
disableOpenVrKeyboard();
|
disableOpenVrKeyboard();
|
||||||
|
|
||||||
/* temporarily removed per request from Mukul
|
|
||||||
_container->removeMenuItem(MENU_NAME, RENDER_CONTROLLERS);
|
_container->removeMenuItem(MENU_NAME, RENDER_CONTROLLERS);
|
||||||
_container->removeMenu(MENU_PATH);
|
_container->removeMenu(MENU_PATH);
|
||||||
*/
|
|
||||||
|
|
||||||
if (_system) {
|
if (_system) {
|
||||||
_container->makeRenderingContextCurrent();
|
_container->makeRenderingContextCurrent();
|
||||||
|
|
Loading…
Reference in a new issue