mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 03:52:45 +02:00
added the correct call
added the correct call
This commit is contained in:
parent
1e01d6bd8f
commit
c0a881ec52
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ function setupipdMenu() {
|
|||
function menuItemEvent(menuItem) {
|
||||
if (menuItem == "Stereo") {
|
||||
Menu.setIsOptionChecked("Mono", false);
|
||||
HMD.setIPDScale(1.0);
|
||||
HMD.ipdScale = 1.0;
|
||||
|
||||
}
|
||||
if (menuItem == "Mono") {
|
||||
Menu.setIsOptionChecked("Stereo", false);
|
||||
HMD.setIPDScale(0.0);
|
||||
HMD.ipdScale = 0.0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue