diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-07-14 13:27:58 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-07-14 13:27:58 -0600 |
commit | 512c9615e513a6e4eda6dff7162b8e30619aac3e (patch) | |
tree | afa3cead1d700930efc93d4fc9e18458f59fc981 /indra/newview/llvotree.h | |
parent | 75c70884dab91490613ee0c9b866346a00bc9ad9 (diff) |
EXT-8386: FIXED: link grass rendering to the Trees Mesh detail slider
Diffstat (limited to 'indra/newview/llvotree.h')
-rw-r--r-- | indra/newview/llvotree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvotree.h b/indra/newview/llvotree.h index 036ad692b1..a6850e4790 100644 --- a/indra/newview/llvotree.h +++ b/indra/newview/llvotree.h @@ -59,6 +59,7 @@ public: // Initialize data that's only inited once per class. static void initClass(); static void cleanupClass(); + static bool isTreeRenderingStopped(); /*virtual*/ U32 processUpdateMessage(LLMessageSystem *mesgsys, void **user_data, |