diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-28 15:02:18 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-29 14:52:55 -0800 |
commit | d79498e25991e425510643ecd1303a5675c5fbf6 (patch) | |
tree | b54fadd2f2f208621b32c7b88263b405ca80067a /indra/newview/llvlcomposition.h | |
parent | 2ca26ad19a00c055abcb7696ef93f091909678fa (diff) |
secondlife/viewer#712: More intuitive selection of PBR vs texture terrain, and update dropdown to match
Diffstat (limited to 'indra/newview/llvlcomposition.h')
-rw-r--r-- | indra/newview/llvlcomposition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvlcomposition.h b/indra/newview/llvlcomposition.h index 73bfca6ed4..dea776849a 100644 --- a/indra/newview/llvlcomposition.h +++ b/indra/newview/llvlcomposition.h @@ -58,7 +58,7 @@ public: BOOL generateMaterials(); - LLUUID getDetailAssetID(S32 asset); + virtual LLUUID getDetailAssetID(S32 asset); virtual void setDetailAssetID(S32 asset, const LLUUID& id); Type getMaterialType(); bool texturesReady(bool boost, bool strict); |