mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:00:43 +02:00
Fix UI element placement
This commit is contained in:
parent
3fa7c7b516
commit
f0d0979ade
1 changed files with 2 additions and 2 deletions
|
@ -377,7 +377,7 @@ void ControllerScriptingInterface::releaseJoystick(int joystickIndex) {
|
|||
}
|
||||
|
||||
glm::vec2 ControllerScriptingInterface::getViewportDimensions() const {
|
||||
return Application::getInstance()->getCanvasSize();
|
||||
return Application::getInstance()->getUiSize();
|
||||
}
|
||||
|
||||
AbstractInputController* ControllerScriptingInterface::createInputController(const QString& deviceName, const QString& tracker) {
|
||||
|
|
Loading…
Reference in a new issue