mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 00:29:34 +00:00
bounds to mBounds conflict avoidance
This commit is contained in:
parent
2b6b1acdd6
commit
654fc29dc2
22 changed files with 50 additions and 50 deletions
|
|
@ -414,7 +414,7 @@ void TSShapeInstance::computeBounds(S32 dl, Box3F & bounds)
|
|||
// use shape bounds for imposter details
|
||||
if (ss < 0)
|
||||
{
|
||||
bounds = mShape->bounds;
|
||||
bounds = mShape->mBounds;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue