Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape_frontend/text_handle.hpp')
-rw-r--r--drape_frontend/text_handle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_frontend/text_handle.hpp b/drape_frontend/text_handle.hpp
index 05545baa3f..2dd060350d 100644
--- a/drape_frontend/text_handle.hpp
+++ b/drape_frontend/text_handle.hpp
@@ -21,13 +21,13 @@ public:
TextHandle(dp::OverlayID const & id, strings::UniString const & text,
dp::Anchor anchor, uint64_t priority, int fixedHeight,
ref_ptr<dp::TextureManager> textureManager,
- bool isBillboard = false);
+ int minVisibleScale, bool isBillboard);
TextHandle(dp::OverlayID const & id, strings::UniString const & text,
dp::Anchor anchor, uint64_t priority, int fixedHeight,
ref_ptr<dp::TextureManager> textureManager,
gpu::TTextDynamicVertexBuffer && normals,
- bool IsBillboard = false);
+ int minVisibleScale, bool IsBillboard);
bool Update(ScreenBase const & screen) override;