aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 07:18:00 -0700
committerMcCabe Maxsted2009-01-12 07:18:00 -0700
commit642acca6218595aae029ec4eabe2aa5e05190f45 (patch)
tree14b455c82b9d56862ab54e3cde0dadfee75a74a3 /linden/indra/llmath
parentApplied Aimee's patch for doing simple math in the build editor (diff)
downloadmeta-impy-642acca6218595aae029ec4eabe2aa5e05190f45.zip
meta-impy-642acca6218595aae029ec4eabe2aa5e05190f45.tar.gz
meta-impy-642acca6218595aae029ec4eabe2aa5e05190f45.tar.bz2
meta-impy-642acca6218595aae029ec4eabe2aa5e05190f45.tar.xz
Added cheat sheet help buttons in tools window, tweaked the layout a bit
Diffstat (limited to 'linden/indra/llmath')
-rw-r--r--linden/indra/llmath/llcalc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llmath/llcalc.cpp b/linden/indra/llmath/llcalc.cpp
index feb072a..ff3f91f 100644
--- a/linden/indra/llmath/llcalc.cpp
+++ b/linden/indra/llmath/llcalc.cpp
@@ -19,9 +19,9 @@
19 19
20 20
21// Variable names for use in the build floater 21// Variable names for use in the build floater
22const char* LLCalc::X_POS = "X"; 22const char* LLCalc::X_POS = "XP";
23const char* LLCalc::Y_POS = "Y"; 23const char* LLCalc::Y_POS = "YP";
24const char* LLCalc::Z_POS = "Z"; 24const char* LLCalc::Z_POS = "ZP";
25const char* LLCalc::X_SCALE = "XS"; 25const char* LLCalc::X_SCALE = "XS";
26const char* LLCalc::Y_SCALE = "YS"; 26const char* LLCalc::Y_SCALE = "YS";
27const char* LLCalc::Z_SCALE = "ZS"; 27const char* LLCalc::Z_SCALE = "ZS";