mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 14:09:24 -05:00
fix async shared model problem
This commit is contained in:
@@ -144,7 +144,7 @@ class Loader(DirectObject):
|
||||
# thread; and maybe we can just make the callback
|
||||
# immediately.
|
||||
node = ModelPool.loadModel(modelPath)
|
||||
nodePath = NodePath(node)
|
||||
nodePath = NodePath(node.copySubgraph())
|
||||
cb.gotObject(i, nodePath)
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user