Skip to content
Snippets Groups Projects
Commit 83e30623 authored by Amorilia's avatar Amorilia
Browse files

niflib: typo fixed

parent 1d5e01a3
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ array<12,float> bhkRigidBody::GetInertia() const {
result[9] = inertia.m32;
result[10] = inertia.m33;
result[11] = inertia.m34;
return inertia;
return result;
}
void bhkRigidBody::SetInertia( const array<12,float>& value ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment