fix warning

This commit is contained in:
Seth Alves 2019-06-11 12:54:40 -07:00
parent c5e1f2aedc
commit cd1c782aa8

View file

@ -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)