mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
Merge pull request #15597 from amerhifi/master
Case BUGZ-277 : Android build error (on windows host) stat properties missing (please review suggestion)
This commit is contained in:
commit
54c14340ef
1 changed files with 3 additions and 2 deletions
|
@ -314,10 +314,11 @@ class Stats : public QQuickItem {
|
|||
STATS_PROPERTY(QVector3D, parabolaPicksUpdated, QVector3D(0, 0, 0))
|
||||
STATS_PROPERTY(QVector3D, collisionPicksUpdated, QVector3D(0, 0, 0))
|
||||
|
||||
#ifdef DEBUG_EVENT_QUEUE
|
||||
STATS_PROPERTY(bool, eventQueueDebuggingOn, true)
|
||||
STATS_PROPERTY(int, mainThreadQueueDepth, -1);
|
||||
STATS_PROPERTY(int, nodeListThreadQueueDepth, -1);
|
||||
|
||||
#ifdef DEBUG_EVENT_QUEUE
|
||||
STATS_PROPERTY(bool, eventQueueDebuggingOn, true)
|
||||
#else
|
||||
STATS_PROPERTY(bool, eventQueueDebuggingOn, false)
|
||||
#endif // DEBUG_EVENT_QUEUE
|
||||
|
|
Loading…
Reference in a new issue