diff options
Diffstat (limited to 'modules/openxr/scene/openxr_composition_layer_equirect.h')
-rw-r--r-- | modules/openxr/scene/openxr_composition_layer_equirect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/openxr/scene/openxr_composition_layer_equirect.h b/modules/openxr/scene/openxr_composition_layer_equirect.h index 66f8b0a91c..af6cd92cbe 100644 --- a/modules/openxr/scene/openxr_composition_layer_equirect.h +++ b/modules/openxr/scene/openxr_composition_layer_equirect.h @@ -51,6 +51,8 @@ protected: void _notification(int p_what); + void update_transform(); + virtual Ref<Mesh> _create_fallback_mesh() override; public: |