bugfix
This commit is contained in:
parent
c804a2dc52
commit
d5eaa5e258
@ -245,7 +245,7 @@ inline const b3Mat33& b3SparseSymMat33::operator()(u32 i, u32 j) const
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (column == i)
|
if (column == j)
|
||||||
{
|
{
|
||||||
return v->value;
|
return v->value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user