moving the trail a little out of the ground so its visible when standing on moving objects like boats
This commit is contained in:
parent
ef5ba318c1
commit
4cf475c109
@ -433,7 +433,7 @@ public void SpawnTrail(int client)
|
|||||||
float dest_vector[3];
|
float dest_vector[3];
|
||||||
dest_vector[0] = 0.0;
|
dest_vector[0] = 0.0;
|
||||||
dest_vector[1] = 0.0;
|
dest_vector[1] = 0.0;
|
||||||
dest_vector[2] = 0.0;
|
dest_vector[2] = 5.0;
|
||||||
|
|
||||||
float or[3];
|
float or[3];
|
||||||
float ang[3];
|
float ang[3];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user