1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-04 23:40:25 +08:00
This commit is contained in:
Escartem
2024-07-26 23:57:32 +02:00
parent a063b74835
commit 6f5406eba0
2 changed files with 1 additions and 3 deletions

View File

@@ -215,7 +215,6 @@ def extract_sector(section_size, is_sounds, is_externals, ext, endianness, lang_
# file infos
if ext == "bnk":
# get data from bnk
print(offset)
pos = reader.GetBufferPos()
reader.SetBufferPos(offset)
bnk_data = reader.ReadBytes(size)