Changed detection of sinking objects into ObjectList::update_info_items()
This commit is contained in:
parent
1659e4c77f
commit
dc21fb1100
3 changed files with 15 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue