You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
-Added OpenSSL and HTTPS support
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
This commit is contained in:
@@ -211,6 +211,7 @@ void FileAccessPack::seek(size_t p_position){
|
||||
}
|
||||
|
||||
f->seek(pf.offset+p_position);
|
||||
pos=p_position;
|
||||
}
|
||||
void FileAccessPack::seek_end(int64_t p_position){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user