You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user