diff options
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index b75de02ffc..87c3ccaffe 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -58,12 +58,12 @@ public: POOL_SKY, POOL_WL_SKY, POOL_GROUND, - POOL_INVISIBLE, - POOL_AVATAR, - POOL_WATER, POOL_GRASS, POOL_FULLBRIGHT, POOL_BUMP, + POOL_INVISIBLE, + POOL_AVATAR, + POOL_WATER, POOL_GLOW, POOL_ALPHA, NUM_POOL_TYPES, |