Skip to content

Commit 0bc5e13

Browse files
authored
Merge pull request #676 from code-dot-org/mike/external-renderer-layer
Update GeneratedDancer.js
2 parents 3dc76d1 + d582494 commit 0bc5e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeneratedDancer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class GeneratedDancer {
7676
}
7777

7878
dispose() {
79-
this.renderer.dispose();
79+
this.renderer.destroyAnim();
8080

8181
const el =
8282
this.graphics &&

0 commit comments

Comments
 (0)