mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Skip copying values constructed immediately before returning
This commit is contained in:
		
							parent
							
								
									9283328fe7
								
							
						
					
					
						commit
						754d49ac81
					
				
					 14 changed files with 35 additions and 60 deletions
				
			
		|  | @ -288,8 +288,7 @@ void ScriptEditorDebugger::clear_inspector(bool p_send_msg) { | |||
| } | ||||
| 
 | ||||
| void ScriptEditorDebugger::_remote_object_selected(ObjectID p_id) { | ||||
| 	Array arr = { p_id }; | ||||
| 	emit_signal(SNAME("remote_objects_requested"), arr); | ||||
| 	emit_signal(SNAME("remote_objects_requested"), Array{ p_id }); | ||||
| } | ||||
| 
 | ||||
| void ScriptEditorDebugger::_remote_objects_edited(const String &p_prop, const TypedDictionary<uint64_t, Variant> &p_values, const String &p_field) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aaron Franke
						Aaron Franke