forked from organicmaps/organicmaps
[android][locator] fix: Review fixes.
This commit is contained in:
parent
9e4d720793
commit
af1a3ed309
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ public:
|
|||
|
||||
void CreateDrapeEngine(ref_ptr<dp::OGLContextFactory> contextFactory, DrapeCreationParams && params);
|
||||
ref_ptr<df::DrapeEngine> GetDrapeEngine();
|
||||
bool IsDrapeEngineCreated() const { return m_drapeEngine && m_drapeEngine.get(); }
|
||||
bool IsDrapeEngineCreated() const { return m_drapeEngine != nullptr; }
|
||||
void DestroyDrapeEngine();
|
||||
/// Called when graphics engine should be temporarily paused and then resumed.
|
||||
void SetRenderingEnabled(bool enable);
|
||||
|
|
Loading…
Add table
Reference in a new issue