FIRE-34064 - Bounding Box preset does not propogate.
parent
610a0337ed
commit
f8d4a2817e
|
|
@ -467,7 +467,6 @@ void LLModelPreview::rebuildUploadData()
|
|||
{
|
||||
assert_main_thread();
|
||||
|
||||
mDefaultPhysicsShapeP = NULL;
|
||||
mUploadData.clear();
|
||||
mTextureSet.clear();
|
||||
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ private:
|
|||
/// It is set only when the user chooses a physics shape file that contains a mesh with a name that matches DEFAULT_PHYSICS_MESH_NAME.
|
||||
/// It is reset when such a name is not found, and when resetting the modelpreview.
|
||||
/// Not read unless mWarnOfUnmatchedPhyicsMeshes is true.
|
||||
LLPointer<LLModel> mDefaultPhysicsShapeP;
|
||||
LLPointer<LLModel> mDefaultPhysicsShapeP{nullptr};
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue