mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
old debugging stuff
This commit is contained in:
parent
698b3ddd11
commit
4c80adda5a
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ class HellowWorldGTK:
|
|||
current.patches.append(Patch(name,int(x),int(y)))
|
||||
else:
|
||||
line = line.split()
|
||||
if len(line) != 3:
|
||||
print "OH CRAP"
|
||||
print line
|
||||
current = Texture(line[0],line[1],line[2])
|
||||
textures.append(current)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue