aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llcalc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";