Skip to content

Commit

Permalink
correct size of texCoord attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaesthete committed Jun 17, 2024
1 parent aa15140 commit 1116671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layers/src/xr-layer/xr-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const XRLayer = class extends Layer {
attributes: {
texCoords: {
value: new Float32Array([0, 1, 0, 0, 1, 0, 1, 1]),
size: 4 //ffs
size: 2
}
}
}),
Expand Down

0 comments on commit 1116671

Please sign in to comment.