mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Some code changed with Clang-Tidy
This commit is contained in:
		
							parent
							
								
									5c66771e3e
								
							
						
					
					
						commit
						4e5310cc60
					
				
					 175 changed files with 467 additions and 674 deletions
				
			
		|  | @ -158,10 +158,7 @@ bool VisualShaderEditor::_is_available(int p_mode) { | |||
| 		p_mode = temp_mode; | ||||
| 	} | ||||
| 
 | ||||
| 	if (p_mode != -1 && ((p_mode & current_mode) == 0)) { | ||||
| 		return false; | ||||
| 	} | ||||
| 	return true; | ||||
| 	return (p_mode == -1 || (p_mode & current_mode) != 0); | ||||
| } | ||||
| 
 | ||||
| void VisualShaderEditor::_update_options_menu() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 qarmin
						qarmin