Changed detection of sinking objects into ObjectList::update_info_items()

This commit is contained in:
enricoturri1966 2021-07-29 15:15:57 +02:00
parent 1659e4c77f
commit dc21fb1100
3 changed files with 15 additions and 4 deletions

View file

@ -875,6 +875,8 @@ public:
void reset_old_size() { m_old_size = { 0, 0 }; }
bool is_object_sinking(int object_idx) const;
private:
bool _is_shown_on_screen() const;