mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 04:34:38 +02:00
removed extra lines
This commit is contained in:
parent
73097113c7
commit
d5d5741d42
1 changed files with 1 additions and 4 deletions
|
@ -47,12 +47,9 @@ void AbstractHMDScriptingInterface::setIPDScale(float IPDScale) {
|
|||
}
|
||||
|
||||
bool AbstractHMDScriptingInterface::isHMDMode() const {
|
||||
|
||||
auto displayPlugin = PluginContainer::getInstance().getActiveDisplayPlugin();
|
||||
|
||||
if (displayPlugin) {
|
||||
return displayPlugin->isHmd();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue