Skip to content

Commit dca4d8b

Browse files
committed
Updated builds.
1 parent 55c0475 commit dca4d8b

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

build/three.webgpu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29165,8 +29165,7 @@ class RenderObject {
2916529165

2916629166
// geometry attribute
2916729167
attribute = geometry.getAttribute( nodeAttribute.name );
29168-
29169-
attributesId[ nodeAttribute.name ] = attribute.version;
29168+
attributesId[ nodeAttribute.name ] = attribute.id;
2917029169

2917129170
}
2917229171

build/three.webgpu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.webgpu.nodes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29165,8 +29165,7 @@ class RenderObject {
2916529165

2916629166
// geometry attribute
2916729167
attribute = geometry.getAttribute( nodeAttribute.name );
29168-
29169-
attributesId[ nodeAttribute.name ] = attribute.version;
29168+
attributesId[ nodeAttribute.name ] = attribute.id;
2917029169

2917129170
}
2917229171

build/three.webgpu.nodes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)