summaryrefslogtreecommitdiff
path: root/indra/newview/llmanipscale.h
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-01-28 16:39:02 -0800
committerleyla_linden <none@none>2011-01-28 16:39:02 -0800
commitfefc37e92fc5313e88fc7416e78fc2436abfffdb (patch)
tree69f1a115bf8d06be6b4f54c35176a5eb314948cb /indra/newview/llmanipscale.h
parentad54a46ba2bc3886f9663bcaa4a6757fac733af7 (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.h3
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;