forked from organicmaps/organicmaps
In non benchmark mode it can to banchmark fence signalig if m_tilesCount initialized by 0
This commit is contained in:
parent
cf74caecab
commit
62000375d8
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ class CoverageGenerator
|
|||
private:
|
||||
struct BenchmarkRenderingBarier
|
||||
{
|
||||
BenchmarkRenderingBarier()
|
||||
: m_sequenceID(-1), m_tilesCount(-1)
|
||||
{
|
||||
}
|
||||
|
||||
int m_sequenceID;
|
||||
unsigned m_tilesCount;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue