mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
Merge pull request #3700 from birarda/lobby
don't render Avatars when in lobby
This commit is contained in:
commit
608c85d183
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ function toggleEnvironmentRendering(shouldRender) {
|
|||
Menu.setIsOptionChecked("Voxels", shouldRender);
|
||||
Menu.setIsOptionChecked("Models", shouldRender);
|
||||
Menu.setIsOptionChecked("Metavoxels", shouldRender);
|
||||
Menu.setIsOptionChecked("Avatars", shouldRender)
|
||||
}
|
||||
|
||||
Controller.actionStartEvent.connect(actionStartEvent);
|
||||
|
|
Loading…
Reference in a new issue