mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-26 01:31:49 +01:00
Update RwHelper.cpp
This commit is contained in:
parent
52e77c6634
commit
f2f19ccea3
@ -509,7 +509,7 @@ RpClump *RpClumpGetBoundingSphere(RpClump *clump, RwSphere *sphere, bool useLTM)
|
|||||||
|
|
||||||
RwV3dTransformPoints(&result.center, &result.center, 1, &matrix);
|
RwV3dTransformPoints(&result.center, &result.center, 1, &matrix);
|
||||||
|
|
||||||
RwSphereAssign(sphere, &result);
|
*sphere = result;
|
||||||
|
|
||||||
return clump;
|
return clump;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user