mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
[drape] Faster RenderBucket
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -21,7 +21,8 @@ public:
|
||||
|
||||
bool GetPivot(size_t textIndex, m2::PointD & pivot, m2::Spline::iterator & centerPointIter) const;
|
||||
|
||||
void BeforeUpdate();
|
||||
// TODO: these are unused?
|
||||
inline void BeforeUpdate() { m_updated = false; }
|
||||
void Update(ScreenBase const & screen);
|
||||
|
||||
std::vector<double> const & GetOffsets() const;
|
||||
|
||||
Reference in New Issue
Block a user