fix minimal compiles.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4296 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a717b8ce22
commit
4954c10c8d
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,6 @@ typedef struct {
|
||||||
int ofs_skel_idx;
|
int ofs_skel_idx;
|
||||||
int ofs_skel_weight;
|
int ofs_skel_weight;
|
||||||
|
|
||||||
vboarray_t vboindicies;
|
|
||||||
vboarray_t vbotexcoords;
|
|
||||||
vboarray_t vbo_skel_verts;
|
vboarray_t vbo_skel_verts;
|
||||||
vboarray_t vbo_skel_normals;
|
vboarray_t vbo_skel_normals;
|
||||||
vboarray_t vbo_skel_svector;
|
vboarray_t vbo_skel_svector;
|
||||||
|
@ -57,6 +55,8 @@ typedef struct {
|
||||||
vboarray_t vbo_skel_bonenum;
|
vboarray_t vbo_skel_bonenum;
|
||||||
vboarray_t vbo_skel_bweight;
|
vboarray_t vbo_skel_bweight;
|
||||||
#endif
|
#endif
|
||||||
|
vboarray_t vboindicies;
|
||||||
|
vboarray_t vbotexcoords;
|
||||||
|
|
||||||
//these exist only in the root mesh.
|
//these exist only in the root mesh.
|
||||||
int numtagframes;
|
int numtagframes;
|
||||||
|
|
Loading…
Reference in a new issue