1
0
Fork 0

Fix typo in submodels commit

This commit is contained in:
James Turner 2019-04-22 11:57:14 +01:00
parent 7ef4fb50ec
commit b2bedfd485

View file

@ -721,7 +721,7 @@ SGVec3d FGSubmodelMgr::getCartOffsetPos(submodel* sm) const
SGVec3d off = hlTrans.backTransform(offset);
// Add the position offset of the user model to get the geocentered position
return SGVec3d::fromGeod(userpos); + off;
return SGVec3d::fromGeod(userpos) + off;
}
void FGSubmodelMgr::setOffsetPos(submodel* sm)