You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,14 +133,15 @@ This will parse the `./ammo/ammo.idl` and generate a `./ammo/ammo.d.ts` as well
133
133
134
134
The `btVector4` implements the shape of `btVector3` which causes a signature mismatch of the `setValue` method which typescript complains about. Add the following to the `btVector4`
135
135
136
-
```
137
-
voidsetValue(float x, float y, float z);
136
+
```diff
137
+
+voidsetValue(float x, float y, float z);
138
138
```
139
139
140
140
The `btDbvtBroadphase` should derive from `btBroadphaseInterface`
0 commit comments