From f9d035aa3429057bf14bd0c448718995e1d861c7 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Mon, 9 Nov 2020 03:01:42 +0000 Subject: [PATCH] Remove out-of-date TODO. --- bemani/utils/afputils.py | 2 -- 1 file changed, 2 deletions(-) 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',