summaryrefslogtreecommitdiff
path: root/modules/webxr/native
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2021-08-23 15:23:16 +1000
committerBastiaan Olij <mux213@gmail.com>2021-08-26 23:24:44 +1000
commit86ff7f8550703d8636828d7d204e1c8aeeb94432 (patch)
tree4b5cfdfcd358ca0a64b450429927c86980adfb24 /modules/webxr/native
parent6e87d628735cb201cb3de49a723baaf60d9c942d (diff)
Adding GDExtension support to XRInterface
Diffstat (limited to 'modules/webxr/native')
-rw-r--r--modules/webxr/native/library_godot_webxr.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/webxr/native/library_godot_webxr.js b/modules/webxr/native/library_godot_webxr.js
index 6e19a8ac6e..c4b21defce 100644
--- a/modules/webxr/native/library_godot_webxr.js
+++ b/modules/webxr/native/library_godot_webxr.js
@@ -406,9 +406,9 @@ const GodotWebXR = {
return GodotWebXR.pose.views.length;
},
- godot_webxr_get_render_targetsize__proxy: 'sync',
- godot_webxr_get_render_targetsize__sig: 'i',
- godot_webxr_get_render_targetsize: function () {
+ godot_webxr_get_render_target_size__proxy: 'sync',
+ godot_webxr_get_render_target_size__sig: 'i',
+ godot_webxr_get_render_target_size: function () {
if (!GodotWebXR.session || !GodotWebXR.pose) {
return 0;
}