Skip to content

Commit a69636d

Browse files
authored
Adjust documentation comment of AssetContainer.addAllAssetsToContainer (#17405)
As far as I can tell, this does not actually add animation groups to the asset container.
1 parent aa718a1 commit a69636d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/core/src/assetContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ export class AssetContainer extends AbstractAssetContainer {
12651265

12661266
/**
12671267
* @since 6.26.0
1268-
* Given a root asset, this method will traverse its hierarchy and add it, its children and any materials/skeletons/animation groups to the container.
1268+
* Given a root asset, this method will traverse its hierarchy and add it, its children and any materials/skeletons to the container.
12691269
* @param root root node
12701270
*/
12711271
public addAllAssetsToContainer(root: Node) {

0 commit comments

Comments
 (0)