From 63d0ef52e2274ea1815d8351dba3deabff4a81e8 Mon Sep 17 00:00:00 2001 From: megazig Date: Mon, 22 Jun 2009 22:19:02 -0500 Subject: [PATCH] more cleanup --- TPL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPL.py b/TPL.py index bcda2f8..a735c9b 100644 --- a/TPL.py +++ b/TPL.py @@ -516,7 +516,7 @@ class TPL(): for k in xrange(2): for l in xrange(i, i + 4, 1): for m in xrange(j, j + 4, 1): - texel = (data[inp]) + texel = data[inp] inp += 1 if (m >= x) or (l >= y): continue