mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 14:09:24 -05:00
fix LineStream.LineStream() bug
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user