mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 14:42:09 +02:00
fix warning
This commit is contained in:
parent
c5e1f2aedc
commit
cd1c782aa8
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class Stats : public QQuickItem {
|
|||
STATS_PROPERTY(int, processing, 0)
|
||||
STATS_PROPERTY(int, processingPending, 0)
|
||||
STATS_PROPERTY(int, triangles, 0)
|
||||
STATS_PROPERTY(int, drawcalls, 0)
|
||||
STATS_PROPERTY(uint32_t, drawcalls, 0)
|
||||
STATS_PROPERTY(int, materialSwitches, 0)
|
||||
STATS_PROPERTY(int, itemConsidered, 0)
|
||||
STATS_PROPERTY(int, itemOutOfView, 0)
|
||||
|
|
Loading…
Reference in a new issue