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

Method GetDrawScale

libs/map/framework.cpp:1168–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168int Framework::GetDrawScale() const
1169{
1170 if (m_drapeEngine != nullptr)
1171 return df::GetDrawTileScale(m_currentModelView);
1172
1173 return 0;
1174}
1175
1176void Framework::RunFirstLaunchAnimation()
1177{

Calls 1

GetDrawTileScaleFunction · 0.85

Tested by

no test coverage detected