This commit is contained in:
aozhiwei 2019-09-12 10:20:26 +08:00
parent 4f6af4a983
commit 4518fd0b6f

View File

@ -628,6 +628,7 @@ void Human::SyncAroundPlayers()
for (auto& cell : grid_list) {
for (Human* hum : cell->human_list) {
hum->AddToNewObjects(this);
assert(hum->part_objects.find(this) != hum->part_objects.end());
}
}
}