Skip to content

Commit 3985d20

Browse files
committed
Update install tag and test
1 parent 22118e0 commit 3985d20

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
const { install } = require('addon-tools-raub');
44

55
const prefix = 'https://github.com/node-3d/bullet-raub/releases/download';
6-
const tag = '4.0.0';
6+
const tag = '4.1.0';
77

88
install(`${prefix}/${tag}`);

test/index.test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const classes = {
2424
inst.destroy();
2525
},
2626
props: [
27-
'type', 'pos', 'rot', 'vell', 'vela', 'size', 'factl', 'facta',
28-
'map','mesh','mass','rest','dampl','dampa','frict','sleepy'
27+
'type', 'pos', 'rot', 'quat', 'vell', 'vela', 'size', 'factl', 'facta',
28+
'map', 'mesh', 'mass', 'rest', 'dampl', 'dampa', 'frict', 'sleepy',
2929
],
3030
methods: ['destroy'],
3131
},
@@ -37,9 +37,9 @@ const classes = {
3737
inst.destroy();
3838
},
3939
props: [
40-
'a','b','broken','maximp','posa','posb','rota','rotb','minl',
41-
'maxl','mina','maxa','dampl','dampa','stifl','stifa','springl',
42-
'springa','motorl','motora','motorlf','motoraf','motorlv','motorav',
40+
'a', 'b', 'broken', 'maximp', 'posa', 'posb', 'rota', 'rotb', 'minl',
41+
'maxl', 'mina', 'maxa', 'dampl', 'dampa', 'stifl', 'stifa', 'springl',
42+
'springa', 'motorl', 'motora', 'motorlf', 'motoraf', 'motorlv', 'motorav',
4343
],
4444
methods: ['destroy'],
4545
},

0 commit comments

Comments
 (0)