mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Remove a debug print
This commit is contained in:
parent
b57e098e93
commit
94ac2fa675
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ def build_actions(mdl):
|
||||||
co.append (((j + 2) * 1.0, 0.0))
|
co.append (((j + 2) * 1.0, 0.0))
|
||||||
if j < frame.numframes - 1:
|
if j < frame.numframes - 1:
|
||||||
co.append ((frame.numframes * 1.0, 0.0))
|
co.append ((frame.numframes * 1.0, 0.0))
|
||||||
pprint (co)
|
|
||||||
data.append((frame.frames[j].key, co))
|
data.append((frame.frames[j].key, co))
|
||||||
else:
|
else:
|
||||||
data.append((frame.key, [(1.0, 1.0)]))
|
data.append((frame.key, [(1.0, 1.0)]))
|
||||||
|
|
Loading…
Reference in a new issue