Skip to content

Commit

Permalink
Update gtx_extract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aboood40091 authored Feb 18, 2017
1 parent ed65214 commit b8586b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtx_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ def main():
data = readGFD(inb)

for i in range(data.numImages):
data = readGFD(inb)
data = readGFD(inb) # Yes, I make it re-read the file multiple times due to memory issues

print("")
print("// ----- GX2Surface Info ----- ")
Expand Down

0 comments on commit b8586b3

Please sign in to comment.