mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	typo in gdscript_workspace.cpp/remove_cache_parser() fixed
This commit is contained in:
		
							parent
							
								
									0e25f54755
								
							
						
					
					
						commit
						07c99340d1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -53,7 +53,7 @@ void GDScriptWorkspace::remove_cache_parser(const String &p_path) { | |||
| 	Map<String, ExtendGDScriptParser *>::Element *parser = parse_results.find(p_path); | ||||
| 	Map<String, ExtendGDScriptParser *>::Element *script = scripts.find(p_path); | ||||
| 	if (parser && script) { | ||||
| 		if (script->get() && script->get() == script->get()) { | ||||
| 		if (script->get() && script->get() == parser->get()) { | ||||
| 			memdelete(script->get()); | ||||
| 		} else { | ||||
| 			memdelete(script->get()); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Thakee Nathees
						Thakee Nathees