Merge pull request #94994 from dsnopek/mobilevr-interface-docs-use-xr
Fix type-o in `MobileVRInterface` sample code in docs: `xr` -> `use_xr`
This commit is contained in:
commit
3978628c6c
|
@ -10,7 +10,7 @@
|
|||
[codeblock]
|
||||
var interface = XRServer.find_interface("Native mobile")
|
||||
if interface and interface.initialize():
|
||||
get_viewport().xr = true
|
||||
get_viewport().use_xr = true
|
||||
[/codeblock]
|
||||
</description>
|
||||
<tutorials>
|
||||
|
|
Loading…
Reference in New Issue