From 6a6fb5099a939daa7dacb85967c950f003ca1115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leslie=20Leigh=20=28=E6=9D=8E=E7=9A=84=E5=BA=8F=29?= Date: Tue, 31 Aug 2021 14:18:03 +0800 Subject: [PATCH] Fix PoseSubgraph connect() signature order (#31) --- cocos/core/animation/newgen-anim/pose-graph.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cocos/core/animation/newgen-anim/pose-graph.ts b/cocos/core/animation/newgen-anim/pose-graph.ts index 49aeffd965b..1fe22e2f8a9 100644 --- a/cocos/core/animation/newgen-anim/pose-graph.ts +++ b/cocos/core/animation/newgen-anim/pose-graph.ts @@ -249,19 +249,19 @@ export class PoseSubgraph extends GraphNode implements OwnedBy