You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Use const ref parameters in the OpenXR module
This commit is contained in:
@@ -51,8 +51,8 @@ protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
public:
|
||||
void _on_select_interaction_profile(const String p_interaction_profile);
|
||||
void open(PackedStringArray p_do_not_include);
|
||||
void _on_select_interaction_profile(const String &p_interaction_profile);
|
||||
void open(const PackedStringArray &p_do_not_include);
|
||||
virtual void ok_pressed() override;
|
||||
|
||||
OpenXRSelectInteractionProfileDialog();
|
||||
|
||||
Reference in New Issue
Block a user