You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Merge pull request #112507 from Benjamin-Dobell/fix/android-assets-pck-loading
Android: Fix loading sparse `.pck` from `assets://`
This commit is contained in:
@@ -106,6 +106,7 @@ internal class AssetData(context: Context, private val filePath: String, accessF
|
||||
|
||||
override fun seek(position: Long) {
|
||||
try {
|
||||
inputStream.reset();
|
||||
inputStream.skip(position)
|
||||
|
||||
this.position = position
|
||||
|
||||
Reference in New Issue
Block a user