mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
oops
This commit is contained in:
parent
b234ee8e29
commit
8b4189676d
@ -386,7 +386,6 @@ def DNASetBaselineString(baseline, text):
|
|||||||
t.setText(text)
|
t.setText(text)
|
||||||
for i in range(t.getNumChars()):
|
for i in range(t.getNumChars()):
|
||||||
ch = t.getEncodedChar(i)
|
ch = t.getEncodedChar(i)
|
||||||
print "adding ch: %s" % (ch)
|
|
||||||
text=DNASignText("text")
|
text=DNASignText("text")
|
||||||
text.setLetters(ch)
|
text.setLetters(ch)
|
||||||
baseline.add(text)
|
baseline.add(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user