Skip to content

Commit 779bf5a

Browse files
author
Avaer Kazmer
committed
Remove dead xrState bones array
1 parent 24e2724 commit 779bf5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ew.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const xrState = (() => {
111111
return result;
112112
})(),
113113
axes: _makeTypedArray(Float32Array, 10),
114-
bones: _makeTypedArray(Float32Array, 31*16),
115114
});
116115
result.gamepads = (() => {
117116
const result = Array(2);

0 commit comments

Comments
 (0)