mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Restore FileAccess.close method.
This commit is contained in:
		
							parent
							
								
									953383328a
								
							
						
					
					
						commit
						bc95b0b171
					
				
					 22 changed files with 76 additions and 1 deletions
				
			
		|  | @ -318,6 +318,10 @@ Error FileAccessUnix::_set_unix_permissions(const String &p_file, uint32_t p_per | |||
| 	return FAILED; | ||||
| } | ||||
| 
 | ||||
| void FileAccessUnix::close() { | ||||
| 	_close(); | ||||
| } | ||||
| 
 | ||||
| CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr; | ||||
| 
 | ||||
| FileAccessUnix::~FileAccessUnix() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bruvzg
						bruvzg