| 132 | } |
| 133 | |
| 134 | static void invalidateTree(TreeElement& elTree, const World::Pos2 loc) |
| 135 | { |
| 136 | Ui::ViewportManager::invalidate(loc, elTree.baseHeight(), elTree.clearHeight(), ZoomLevel::eighth, 56); |
| 137 | } |
| 138 | |
| 139 | // 0x004BD52B |
| 140 | bool updateTreeElement(TreeElement& elTree, const World::Pos2 loc) |
no test coverage detected