diff options
Diffstat (limited to '')
-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"; |