MCPcopy Create free account
hub / github.com/comaps/comaps / ShowDebugInfo

Method ShowDebugInfo

libs/drape_frontend/drape_engine.cpp:855–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855void DrapeEngine::ShowDebugInfo(bool shown)
856{
857 m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<ShowDebugInfoMessage>(shown),
858 MessagePriority::Normal);
859}
860
861void DrapeEngine::EnableDebugRectRendering(bool enabled)
862{

Callers 2

CreateDrapeEngineMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected