aboutsummaryrefslogtreecommitdiff
path: root/core/io/file_access_pack.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-28 21:56:43 -0300
committerJuan Linietsky2014-04-28 21:56:43 -0300
commit87f37bc5a305e6a68ef232be580350588e300fcc (patch)
tree608af97f58c0dd7f2f6f86d973b072f7888bfca0 /core/io/file_access_pack.cpp
parent7fadc2f93a18f2b5487fbcd6e90bcde781c53fec (diff)
downloadgodot-87f37bc5a305e6a68ef232be580350588e300fcc.tar.gz
godot-87f37bc5a305e6a68ef232be580350588e300fcc.tar.zst
godot-87f37bc5a305e6a68ef232be580350588e300fcc.zip
Diffstat (limited to 'core/io/file_access_pack.cpp')
-rw-r--r--core/io/file_access_pack.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/file_access_pack.cpp b/core/io/file_access_pack.cpp
index 45e6990ad..6a28fa9da 100644
--- a/core/io/file_access_pack.cpp
+++ b/core/io/file_access_pack.cpp
@@ -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){