DRTWVR-588 xcode buildfix

master
Andrey Lihatskiy 2023-09-04 15:12:15 +03:00
parent 0968e96462
commit aea271f51d
1 changed files with 3 additions and 0 deletions

View File

@ -1462,6 +1462,9 @@ LLPanel* LLPanelEditWearable::getPanel(LLWearableType::EType type)
case LLWearableType::WT_PHYSICS:
return mPanelPhysics;
default:
return NULL;
}
return NULL;