This commit is contained in:
aozhiwei 2021-06-18 20:45:57 +08:00
parent 8c6390d7d5
commit 75b928cef1

View File

@ -813,7 +813,7 @@ bool Obstacle::CanSeeMe(Human* hum)
break;
default:
{
return false;
return true;
}
break;
}