mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Minor bugfix.
This commit is contained in:
parent
b13efc3a83
commit
43ca999fd7
2 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ typedef struct particle_s
|
|||
// driver-usable fields
|
||||
vec3_t org;
|
||||
int color;
|
||||
float alpha;
|
||||
int tex;
|
||||
float scale;
|
||||
float alpha;
|
||||
// drivers never touch the following fields
|
||||
vec3_t vel;
|
||||
ptype_t type;
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
// driver-usable fields
|
||||
#define pt_org 0
|
||||
#define pt_color 12
|
||||
#define pt_tex 16
|
||||
#define pt_alpha 20
|
||||
#define pt_alpha 16
|
||||
#define pt_tex 20
|
||||
#define pt_scale 24
|
||||
// drivers never touch the following fields
|
||||
#define pt_vel 28
|
||||
|
|
Loading…
Reference in a new issue