bill hace 4 meses
padre
commit
05bc1cea82
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/sdk/association/path.ts

+ 1 - 0
src/sdk/association/path.ts

@@ -51,6 +51,7 @@ export const playScenePath = async (
   forceFull = false,
 ) => {
   const node = getPathNode(path)
+  console.log(path, node)
   if (!node) {
     console.error('un', path.id)
     return Message.error('路径所在模型被隐藏活删除,无法播放');