X-Git-Url: https://eleni.mutantstargoat.com/git/?p=hair;a=blobdiff_plain;f=src%2Fhair.h;fp=src%2Fhair.h;h=5ef54d0462462d1a18897aa7a9847feb3ee86c81;hp=6cbf14e6820d405e8d40574b02f90bfc734bf46f;hb=b07896ffc92093a3e8adb4953d22927a5874e43d;hpb=6a6b355866e9c227415ed028966362d3760353de diff --git a/src/hair.h b/src/hair.h index 6cbf14e..5ef54d0 100644 --- a/src/hair.h +++ b/src/hair.h @@ -8,8 +8,6 @@ struct HairStrand { Vec3 pos; Vec3 velocity; - /* directions relative to the spawn point */ - Vec3 anchor_dirs[3]; Vec3 spawn_pt; Vec3 spawn_dir; };