Minor
This commit is contained in:
parent
f50d0dff86
commit
fc10b20c25
@ -172,7 +172,7 @@ class Table(Struct):
|
|||||||
table = self.tableClass()
|
table = self.tableClass()
|
||||||
# For now, we lazy-decompile all tables. Perhaps we should
|
# For now, we lazy-decompile all tables. Perhaps we should
|
||||||
# use a more sophisticated heuristic here.
|
# use a more sophisticated heuristic here.
|
||||||
if 1:
|
if True:
|
||||||
# Lazy decompile
|
# Lazy decompile
|
||||||
table.reader = subReader
|
table.reader = subReader
|
||||||
table.font = font
|
table.font = font
|
||||||
|
Loading…
x
Reference in New Issue
Block a user