1
0
mirror of synced 2025-02-20 20:50:59 +01:00

Remove out-of-date TODO.

This commit is contained in:
Jennifer Taylor 2020-11-09 03:01:42 +00:00
parent f7ffd9185b
commit f9d035aa34

View File

@ -341,8 +341,6 @@ def extract(
# 0x16 = DTX1 format, when I encounter this I'll hook it up.
elif fmt == 0x1A:
# DXT5 format.
# TODO: This seems to render some chunks rotated, need
# to investigate further.
dxt = DXTBuffer(width, height)
img = Image.frombuffer(
'RGBA',