From 7318bd61f7a7ea89e471a6e0f3cc310786a3b41c Mon Sep 17 00:00:00 2001 From: Anchor Linden Date: Thu, 19 Jul 2018 22:46:03 +0530 Subject: [MAINT-8873] - check for bakesOnMesh enabled sim feature, before creating universal wearable type --- indra/newview/llviewerregion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llviewerregion.h') diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 302647215f..9405b02818 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -304,6 +304,8 @@ public: bool meshRezEnabled() const; bool meshUploadEnabled() const; + bool bakesOnMeshEnabled() const; + // has region received its simulator features list? Requires an additional query after caps received. void setSimulatorFeaturesReceived(bool); bool simulatorFeaturesReceived() const; -- cgit v1.2.3