diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llprimitive/lltreeparams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llprimitive/lltreeparams.h b/linden/indra/llprimitive/lltreeparams.h index 29bbc9a..2754eb4 100644 --- a/linden/indra/llprimitive/lltreeparams.h +++ b/linden/indra/llprimitive/lltreeparams.h | |||
@@ -32,7 +32,7 @@ | |||
32 | /* for information about formulas associated with each type | 32 | /* for information about formulas associated with each type |
33 | * check the Weber + Penn paper | 33 | * check the Weber + Penn paper |
34 | */ | 34 | */ |
35 | typedef enum EShapeRatio { SR_CONICAL, SR_SPHERICAL, SR_HEMISPHERICAL, | 35 | enum EShapeRatio { SR_CONICAL, SR_SPHERICAL, SR_HEMISPHERICAL, |
36 | SR_CYLINDRICAL, SR_TAPERED_CYLINDRICAL, SR_FLAME, | 36 | SR_CYLINDRICAL, SR_TAPERED_CYLINDRICAL, SR_FLAME, |
37 | SR_INVERSE_CONICAL, SR_TEND_FLAME, SR_ENVELOPE}; | 37 | SR_INVERSE_CONICAL, SR_TEND_FLAME, SR_ENVELOPE}; |
38 | 38 | ||