diff options
Diffstat (limited to 'servers/xr/xr_interface.h')
-rw-r--r-- | servers/xr/xr_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/xr/xr_interface.h b/servers/xr/xr_interface.h index 55495731c5..c86a94376d 100644 --- a/servers/xr/xr_interface.h +++ b/servers/xr/xr_interface.h @@ -42,7 +42,7 @@ struct BlitToScreen; /** The XR interface is a template class on top of which we build interface to different AR, VR and tracking SDKs. The idea is that we subclass this class, implement the logic, and then instantiate a singleton of each interface - when Godot starts. These instances do not initialize themselves but register themselves with the AR/VR server. + when Redot starts. These instances do not initialize themselves but register themselves with the AR/VR server. If the user wants to enable AR/VR, they can choose the interface they want to use and initialize it. |