Fix a bug in World::patch_visible
This commit is contained in:
@@ -81,6 +81,7 @@ void World::patch_visible(StreamBuffer *sb, DebugCollector *dbc) {
|
|||||||
Tangible *t = tangible_get(id);
|
Tangible *t = tangible_get(id);
|
||||||
assert(t != nullptr);
|
assert(t != nullptr);
|
||||||
t->anim_queue_.patch(sb, dbc);
|
t->anim_queue_.patch(sb, dbc);
|
||||||
|
t->update_plane_item();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user