You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Use const ref parameters in the OpenXR module
This commit is contained in:
@@ -104,7 +104,7 @@ protected:
|
||||
public:
|
||||
Ref<OpenXRBindingModifier> get_binding_modifier() const { return binding_modifier; }
|
||||
|
||||
virtual void setup(Ref<OpenXRActionMap> p_action_map, Ref<OpenXRBindingModifier> p_binding_modifier);
|
||||
virtual void setup(const Ref<OpenXRActionMap> &p_action_map, const Ref<OpenXRBindingModifier> &p_binding_modifier);
|
||||
|
||||
OpenXRBindingModifierEditor();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user