diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-05-17 18:09:36 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-17 18:09:36 -0500 |
| commit | c827d32ebedeaa46ed75a91ae779f6547fc0d090 (patch) | |
| tree | 0196248e4d7a2e42b36ab1189408ac3ea99c43e9 /indra/newview/lldrawable.h | |
| parent | a2e418f250c49de9aba943a62f92189fcef6220a (diff) | |
SL-19655 Decruft legacy GLSL shaders and now unused build queues.
Diffstat (limited to 'indra/newview/lldrawable.h')
| -rw-r--r-- | indra/newview/lldrawable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h index cdd8ae88bb..5ab1f52439 100644 --- a/indra/newview/lldrawable.h +++ b/indra/newview/lldrawable.h @@ -257,8 +257,7 @@ public: typedef enum e_drawable_flags { - IN_REBUILD_Q1 = 0x00000001, - IN_REBUILD_Q2 = 0x00000002, + IN_REBUILD_Q = 0x00000001, EARLY_MOVE = 0x00000004, MOVE_UNDAMPED = 0x00000008, ON_MOVE_LIST = 0x00000010, |
