mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	Style: Apply clang-tidy fixes (superficial)
				
					
				
			• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
This commit is contained in:
		
							parent
							
								
									89a311205f
								
							
						
					
					
						commit
						bb5f390fb9
					
				
					 46 changed files with 126 additions and 102 deletions
				
			
		|  | @ -470,7 +470,7 @@ void EditorPropertyOTVariation::update_property() { | |||
| 			Vector3i range = supported.get_value_at_index(i); | ||||
| 
 | ||||
| 			EditorPropertyInteger *prop = memnew(EditorPropertyInteger); | ||||
| 			prop->setup(range.x, range.y, false, 1, false, false); | ||||
| 			prop->setup(range.x, range.y, false, true, false, false); | ||||
| 			prop->set_object_and_property(object.ptr(), "keys/" + itos(name_tag)); | ||||
| 
 | ||||
| 			String name = TS->tag_to_name(name_tag); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thaddeus Crews
						Thaddeus Crews