You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Update to bullet master (2.90)
This commit is contained in:
3
thirdparty/bullet/LinearMath/btMatrixX.h
vendored
3
thirdparty/bullet/LinearMath/btMatrixX.h
vendored
@@ -346,10 +346,9 @@ struct btMatrixX
|
||||
T dotProd = 0;
|
||||
{
|
||||
{
|
||||
int r = rows();
|
||||
int c = cols();
|
||||
|
||||
for (int k = 0; k < cols(); k++)
|
||||
for (int k = 0; k < c; k++)
|
||||
{
|
||||
T w = (*this)(i, k);
|
||||
if (other(k, j) != 0.f)
|
||||
|
||||
Reference in New Issue
Block a user