mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 04:57:01 +02:00
fixed another warning
This commit is contained in:
parent
b46dc7d389
commit
03fbd2a1e6
1 changed files with 0 additions and 1 deletions
|
@ -1704,7 +1704,6 @@ QString Application::getUserAgent() {
|
|||
void Application::toggleTabletUI(bool shouldOpen) const {
|
||||
auto tabletScriptingInterface = DependencyManager::get<TabletScriptingInterface>();
|
||||
auto hmd = DependencyManager::get<HMDScriptingInterface>();
|
||||
TabletProxy* tablet = dynamic_cast<TabletProxy*>(tabletScriptingInterface->getTablet(SYSTEM_TABLET));
|
||||
if (!(shouldOpen && hmd->getShouldShowTablet())) {
|
||||
auto HMD = DependencyManager::get<HMDScriptingInterface>();
|
||||
HMD->toggleShouldShowTablet();
|
||||
|
|
Loading…
Reference in a new issue