mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Add some comments to #endif's where it will easier life
Also added some new line to improve readability Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
		
							parent
							
								
									44fa552343
								
							
						
					
					
						commit
						8c29ef38fc
					
				
					 6 changed files with 24 additions and 20 deletions
				
			
		|  | @ -244,7 +244,7 @@ void GDScriptParser::apply_pending_warnings() { | |||
| 
 | ||||
| 	pending_warnings.clear(); | ||||
| } | ||||
| #endif | ||||
| #endif // DEBUG_ENABLED
 | ||||
| 
 | ||||
| void GDScriptParser::override_completion_context(const Node *p_for_node, CompletionType p_type, Node *p_node, int p_argument) { | ||||
| 	if (!for_completion) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yevhen Babiichuk (DustDFG)
						Yevhen Babiichuk (DustDFG)