Skip to content

Commit

Permalink
chore(RCW): Make the orientation array of Glyphs 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
bruyeret authored and finetjul committed Jul 31, 2024
1 parent 669054c commit 19446ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function direction(publicAPI, model) {
polyData,
'orientation',
states.length,
'Float32Array',
'Float64Array',
9
).getData();
for (let i = 0; i < states.length; ++i) {
Expand Down

0 comments on commit 19446ec

Please sign in to comment.