1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-27 23:46:19 +00:00

Update RwHelper.cpp

This commit is contained in:
Fire-Head 2020-07-29 12:41:53 +03:00
parent 52e77c6634
commit f2f19ccea3

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;
}