- deleted int_hitpos.

This commit is contained in:
Christoph Oelckers 2022-09-26 21:25:51 +02:00
parent 0ef9527209
commit c94a361788

View file

@ -251,11 +251,6 @@ struct HitInfoBase
hitActor = actor;
hitpos = pos;
}
const vec3_t int_hitpos() const
{
return { int(hitpos.X * worldtoint), int(hitpos.Y * worldtoint), int(hitpos.Z * zworldtoint), };
}
};
template<class T>