diff options
author | Tofu Buzzard <no-email> | 2011-02-22 18:32:25 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-22 18:32:25 -0800 |
commit | df42eceb91e796c876639aa4a711b9baaf438914 (patch) | |
tree | 520e3291611c40bed28a0c8d73b55fa102602a64 /indra/llrender/llvertexbuffer.h | |
parent | b660dcfce4bafd0320be97e25c38ff09ceac336d (diff) | |
parent | 9c7e38a3d1318f05f43f404e04dbd619a17a3e31 (diff) |
merge
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index f40f013306..77c9da2d6c 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -92,6 +92,7 @@ public: static S32 sWeight4Loc; static BOOL sUseStreamDraw; + static BOOL sPreferStreamDraw; static void initClass(bool use_vbo); static void cleanupClass(); |