mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	Merge pull request #20971 from swarnimarun/new-resource-option
Fix for resource save dialog call
This commit is contained in:
		
						commit
						b68f186c46
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1410,7 +1410,7 @@ void FileSystemDock::_resource_created() const {
 | 
			
		|||
 | 
			
		||||
	RES current_res = RES(r);
 | 
			
		||||
 | 
			
		||||
	editor->save_resource_as(current_res);
 | 
			
		||||
	editor->save_resource_as(current_res, path);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void FileSystemDock::_go_to_file_list() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue