mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Re-organise Analytics structures a bit to be more processing friendly
This commit is contained in:
@@ -565,7 +565,7 @@ void EventBrowser::on_exportDraws_clicked()
|
||||
|
||||
if(!filename.isEmpty())
|
||||
{
|
||||
ANALYTIC_SET(UIFeatures.Export.EventBrowser, true);
|
||||
ANALYTIC_SET(Export.EventBrowser, true);
|
||||
|
||||
QDir dirinfo = QFileInfo(filename).dir();
|
||||
if(dirinfo.exists())
|
||||
|
||||
Reference in New Issue
Block a user