diff options
author | McCabe Maxsted | 2009-01-12 07:18:00 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 07:18:00 -0700 |
commit | 642acca6218595aae029ec4eabe2aa5e05190f45 (patch) | |
tree | 14b455c82b9d56862ab54e3cde0dadfee75a74a3 /linden/indra/llmath | |
parent | Applied Aimee's patch for doing simple math in the build editor (diff) | |
download | meta-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.cpp | 6 |
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 |
22 | const char* LLCalc::X_POS = "X"; | 22 | const char* LLCalc::X_POS = "XP"; |
23 | const char* LLCalc::Y_POS = "Y"; | 23 | const char* LLCalc::Y_POS = "YP"; |
24 | const char* LLCalc::Z_POS = "Z"; | 24 | const char* LLCalc::Z_POS = "ZP"; |
25 | const char* LLCalc::X_SCALE = "XS"; | 25 | const char* LLCalc::X_SCALE = "XS"; |
26 | const char* LLCalc::Y_SCALE = "YS"; | 26 | const char* LLCalc::Y_SCALE = "YS"; |
27 | const char* LLCalc::Z_SCALE = "ZS"; | 27 | const char* LLCalc::Z_SCALE = "ZS"; |