This commit is contained in:
aozhiwei 2023-12-15 11:19:29 +08:00
parent 72af10dc5f
commit 4fa3d1e7a5
2 changed files with 6 additions and 0 deletions

View File

@ -1150,3 +1150,8 @@ void Bullet::ReportHookHitPos(const glm::vec3& hit_pos)
{
}
bool Bullet::IsClientHook()
{
return true;
}

View File

@ -89,6 +89,7 @@ protected:
void GetHitThings(BulletCheckResult& result);
void GetHitCreatures(BulletCheckResult& result);
void Raycast();
bool IsClientHook();
private:
bool later_removed_ = false;