diff options
author | leyla_linden <none@none> | 2011-02-09 15:09:59 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-09 15:09:59 -0800 |
commit | fd6c5296b6c25afeaf83af51a45bf95331594797 (patch) | |
tree | 5bd870aea145a8eb2b84d151dc20830bb7b9bf6a /indra/newview/lldrawpool.h | |
parent | d74c5813600244b62d3779ccc5873b2bfe8befc2 (diff) | |
parent | 843a746f37f538ac3b24d891c312230f1aa801cd (diff) |
Merge
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 9d944ee213..d3fd9ead0d 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -47,14 +47,14 @@ public: { // Correspond to LLPipeline render type POOL_SIMPLE = 1, + POOL_GROUND, + POOL_FULLBRIGHT, + POOL_BUMP, POOL_TERRAIN, - POOL_TREE, POOL_SKY, POOL_WL_SKY, - POOL_GROUND, + POOL_TREE, POOL_GRASS, - POOL_FULLBRIGHT, - POOL_BUMP, POOL_INVISIBLE, // see below * POOL_AVATAR, POOL_VOIDWATER, |