David Rose 20 年之前
父节点
当前提交
4c4862a78e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -1375,7 +1375,7 @@ class Actor(PandaObject, NodePath):
                     if joint:
                         joint.setValueNode(node.node())
                     else:
-                        Actor.notify.debug("controlled joint %s is not present", jointName)
+                        Actor.notify.error("controlled joint %s is not present" % jointName)
 
         # bind anim
         animControl = bundle.bindAnim(animBundle, -1)