mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
fix LineStream.LineStream() bug
This commit is contained in:
parent
633e697d54
commit
425fa2608e
@ -422,7 +422,7 @@ class Actor(DirectObject, NodePath):
|
||||
if isIncluded:
|
||||
value = ''
|
||||
if hasattr(part, 'outputValue'):
|
||||
lineStream = LineStream.LineStream()
|
||||
lineStream = LineStream()
|
||||
part.outputValue(lineStream)
|
||||
value = lineStream.getLine()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user