forked from fte/fteqw
1
0
Fork 0

Removed some obsolette comments.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@752 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-07 02:51:40 +00:00
parent 7673f3d17a
commit 478d42c441
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ typedef int index_t;
typedef struct mesh_s
{
int numvertexes;
vec4_t *xyz_array; //structure is used only at load.
vec3_t *normals_array; //so what harm is there in doing this?
vec4_t *xyz_array;
vec3_t *normals_array;
vec2_t *st_array;
vec2_t *lmst_array;
byte_vec4_t *colors_array;