Update RwHelper.cpp

This commit is contained in:
Fire-Head 2020-07-29 12:41:53 +03:00
parent 52e77c6634
commit f2f19ccea3
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ RpClump *RpClumpGetBoundingSphere(RpClump *clump, RwSphere *sphere, bool useLTM)
RwV3dTransformPoints(&result.center, &result.center, 1, &matrix);
RwSphereAssign(sphere, &result);
*sphere = result;
return clump;
}