texture s coordinate needs to be maintained.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@334 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fd5c54cbdc
commit
528829d5a1
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ typedef struct beamseg_s
|
|||
struct beamseg_s *next; // next in beamseg list
|
||||
int flags; // flags for beamseg
|
||||
vec3_t dir;
|
||||
|
||||
float texture_s;
|
||||
} beamseg_t;
|
||||
|
||||
#define PARTICLE_Z_CLIP 8.0
|
||||
|
|
Loading…
Reference in a new issue