1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-05 07:50:23 +08:00

fix folder size

This commit is contained in:
Escartem
2025-01-13 15:03:41 +01:00
parent f35934e0b9
commit d6808b117c
2 changed files with 1 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ class Mapper:
# read folders
folder_offsets = {}
n_folders = reader.ReadUInt8()
n_folders = reader.ReadUInt16()
for i in range(n_folders):
offset = reader.GetBufferPos()

Binary file not shown.