diff --git a/qrenderdoc/Windows/EventBrowser.h b/qrenderdoc/Windows/EventBrowser.h index 1b3213296..b71a159f5 100644 --- a/qrenderdoc/Windows/EventBrowser.h +++ b/qrenderdoc/Windows/EventBrowser.h @@ -119,7 +119,7 @@ private: void ExportDrawcall(QTextStream &writer, int maxNameLength, int indent, bool firstchild, const DrawcallDescription &drawcall); - TimeUnit m_TimeUnit = TimeUnit::Microseconds; + TimeUnit m_TimeUnit = TimeUnit::Count; rdctype::array m_Times;