From 5b1df48c6c62e2ddc6492d4c210b3281f87b4031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 21 Jan 2023 12:25:29 +0100 Subject: Convert en_GB spelling to en_US with codespell --- servers/xr_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servers/xr_server.h') diff --git a/servers/xr_server.h b/servers/xr_server.h index 086a18c111..04cf6c1d1e 100644 --- a/servers/xr_server.h +++ b/servers/xr_server.h @@ -111,7 +111,7 @@ public: Most VR platforms, and our assumption, is that 1 unit in our virtual world equates to 1 meter in the real mode. This scale basically effects the unit size relationship to real world size. - I may remove access to this property in GDScript in favour of exposing it on the XROrigin3D node + I may remove access to this property in GDScript in favor of exposing it on the XROrigin3D node */ double get_world_scale() const; void set_world_scale(double p_world_scale); -- cgit v1.2.3