summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions/openxr_fb_foveation_extension.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openxr/extensions/openxr_fb_foveation_extension.cpp')
-rw-r--r--modules/openxr/extensions/openxr_fb_foveation_extension.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openxr/extensions/openxr_fb_foveation_extension.cpp b/modules/openxr/extensions/openxr_fb_foveation_extension.cpp
index 7277f85b12..bbdd2e3c8a 100644
--- a/modules/openxr/extensions/openxr_fb_foveation_extension.cpp
+++ b/modules/openxr/extensions/openxr_fb_foveation_extension.cpp
@@ -112,7 +112,7 @@ XrFoveationLevelFB OpenXRFBFoveationExtension::get_foveation_level() const {
void OpenXRFBFoveationExtension::set_foveation_level(XrFoveationLevelFB p_foveation_level) {
foveation_level = p_foveation_level;
- // Update profile will do nothing if we're not yet initialised
+ // Update profile will do nothing if we're not yet initialized.
update_profile();
}
@@ -123,7 +123,7 @@ XrFoveationDynamicFB OpenXRFBFoveationExtension::get_foveation_dynamic() const {
void OpenXRFBFoveationExtension::set_foveation_dynamic(XrFoveationDynamicFB p_foveation_dynamic) {
foveation_dynamic = p_foveation_dynamic;
- // Update profile will do nothing if we're not yet initialised
+ // Update profile will do nothing if we're not yet initialized.
update_profile();
}