This commit is contained in:
aozhiwei 2019-08-29 11:30:08 +08:00
parent efa1bfc6d1
commit f7d50f25f1

View File

@ -1269,6 +1269,7 @@ void Human::RefreshView()
case ET_Building:
case ET_Obstacle:
case ET_Hero:
case ET_Loot:
{
AddToNewObjects(entity);
}
@ -1678,6 +1679,7 @@ void Human::SendUpdateMsg()
case ET_Building:
case ET_Obstacle:
case ET_Hero:
case ET_Loot:
{
view_objects.insert(entity);
}