diff options
Diffstat (limited to 'indra/llrender/llrender.h')
| -rw-r--r-- | indra/llrender/llrender.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h index 7ad2bca27c..7896f6c922 100644 --- a/indra/llrender/llrender.h +++ b/indra/llrender/llrender.h @@ -213,12 +213,12 @@ public: LLTexUnit* getTexUnit(U32 index); - typedef struct + struct Vertex { GLfloat v[3]; GLubyte c[4]; GLfloat uv[2]; - } Vertex; + }; public: |
