diff --git a/bemani/utils/afputils.py b/bemani/utils/afputils.py index e171cfb..5df437a 100644 --- a/bemani/utils/afputils.py +++ b/bemani/utils/afputils.py @@ -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',