mirror of
https://github.com/galacean/engine.git
synced 2026-06-09 17:23:29 +08:00
build: fix build error
This commit is contained in:
@@ -1236,7 +1236,7 @@ export class Animator extends Component {
|
||||
if (transitionCollection.isSoloMode && !transition.solo) continue;
|
||||
|
||||
if (this._checkConditions(transition)) {
|
||||
return this._applyTransition(layerData, transition, aniUpdate)
|
||||
return this._applyTransition(layerData, transition, aniUpdate);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user