FIRE-34064 - Bounding Box preset does not propogate.

master
Beq 2024-06-19 09:55:55 +01:00
parent 610a0337ed
commit f8d4a2817e
2 changed files with 1 additions and 2 deletions

View File

@ -467,7 +467,6 @@ void LLModelPreview::rebuildUploadData()
{
assert_main_thread();
mDefaultPhysicsShapeP = NULL;
mUploadData.clear();
mTextureSet.clear();

View File

@ -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
{