mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 21:55:53 +02:00
Mouse reticle bigger in oculus
This commit is contained in:
parent
c593117ac5
commit
cb1669653d
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ void ApplicationOverlay::renderPointers() {
|
|||
|
||||
|
||||
if (OculusManager::isConnected() && application->getLastMouseMoveType() == QEvent::MouseMove) {
|
||||
const float pointerWidth = 10;
|
||||
const float pointerHeight = 10;
|
||||
const float pointerWidth = 20;
|
||||
const float pointerHeight = 20;
|
||||
|
||||
_numMagnifiers = 1;
|
||||
_mouseX[0] = application->getMouseX();
|
||||
|
|
Loading…
Reference in a new issue