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