Fix a bug in World::patch_visible

This commit is contained in:
2022-03-29 18:06:24 -04:00
parent a2cf41ef9c
commit 7fc6263e37

View File

@@ -81,6 +81,7 @@ void World::patch_visible(StreamBuffer *sb, DebugCollector *dbc) {
Tangible *t = tangible_get(id);
assert(t != nullptr);
t->anim_queue_.patch(sb, dbc);
t->update_plane_item();
}
}