mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
parent
bb6b06c813
commit
1638c1b28f
119 changed files with 397 additions and 397 deletions
|
@ -300,7 +300,7 @@ void AnimationLibraryEditor::_file_popup_selected(int p_id) {
|
|||
}
|
||||
}
|
||||
|
||||
void AnimationLibraryEditor::_load_file(String p_path) {
|
||||
void AnimationLibraryEditor::_load_file(const String &p_path) {
|
||||
switch (file_dialog_action) {
|
||||
case FILE_DIALOG_ACTION_SAVE_LIBRARY: {
|
||||
Ref<AnimationLibrary> al = mixer->get_animation_library(file_dialog_library);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue