Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOps committed Aug 31, 2022
2 parents 7318af4 + cf8932c commit 17f5414
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CasualOS Changelog

## V3.0.21

#### Date: 8/31/2022

### :bug: Bug Fixes

- Fixed an issue where deleting a GLTF would cause the gridPortal to stop working.

## V3.0.20

#### Date: 8/30/2022
Expand Down
3 changes: 2 additions & 1 deletion src/aux-server/aux-web/shared/scene/AnimationHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ export class AnimationHelper {
}

let closed = false;
const _this = this;
return {
mixer: mixer.mixer,

Expand All @@ -464,7 +465,7 @@ export class AnimationHelper {
}

if (mixer.subscriptions.length <= 0) {
this._mixers.delete(botId);
_this._mixers.delete(botId);
}
},
};
Expand Down

0 comments on commit 17f5414

Please sign in to comment.