diff options
author | leyla_linden <none@none> | 2011-01-28 16:39:02 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-01-28 16:39:02 -0800 |
commit | fefc37e92fc5313e88fc7416e78fc2436abfffdb (patch) | |
tree | 69f1a115bf8d06be6b4f54c35176a5eb314948cb /indra/newview/llmanipscale.h | |
parent | ad54a46ba2bc3886f9663bcaa4a6757fac733af7 (diff) |
SH-808 making sure the 10m vs. 64m scale limit switch happens for both the spinner and the manipulation tools etc.
Diffstat (limited to 'indra/newview/llmanipscale.h')
-rw-r--r-- | indra/newview/llmanipscale.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmanipscale.h b/indra/newview/llmanipscale.h index 5559f557c0..2762433abf 100644 --- a/indra/newview/llmanipscale.h +++ b/indra/newview/llmanipscale.h @@ -39,6 +39,9 @@ #include "llviewerobject.h" #include "llbbox.h" + +F32 get_default_max_prim_scale(); + class LLToolComposite; class LLColor4; |