mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
7673f3d17a
commit
478d42c441
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ typedef int index_t;
|
||||||
typedef struct mesh_s
|
typedef struct mesh_s
|
||||||
{
|
{
|
||||||
int numvertexes;
|
int numvertexes;
|
||||||
vec4_t *xyz_array; //structure is used only at load.
|
vec4_t *xyz_array;
|
||||||
vec3_t *normals_array; //so what harm is there in doing this?
|
vec3_t *normals_array;
|
||||||
vec2_t *st_array;
|
vec2_t *st_array;
|
||||||
vec2_t *lmst_array;
|
vec2_t *lmst_array;
|
||||||
byte_vec4_t *colors_array;
|
byte_vec4_t *colors_array;
|
||||||
|
|
Loading…
Reference in a new issue