From dfe5bbe4c05255deb5315e271aa835e30d21c54d Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 5 Feb 2018 13:51:46 +0000 Subject: [PATCH] Enable anonymous analytics by default * If you have any questions about the analytics please contact me directly at baldurk@baldurk.org * Enabling this now to give realistic usage for anyone testing over the next month, and also to pre-populate stats for the time 1.0 comes out. --- qrenderdoc/Code/Interface/Analytics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrenderdoc/Code/Interface/Analytics.h b/qrenderdoc/Code/Interface/Analytics.h index 36d649646..81c8fd485 100644 --- a/qrenderdoc/Code/Interface/Analytics.h +++ b/qrenderdoc/Code/Interface/Analytics.h @@ -50,7 +50,7 @@ // Once the report is sent, the database is reset and begins the next period. // this is the root switch that can turn off *all* analytics code globally -#define RENDERDOC_ANALYTICS_ENABLE 0 +#define RENDERDOC_ANALYTICS_ENABLE 1 // we don't want any of this to be accessible to script, only code. #if !defined(SWIG) && !defined(SWIG_GENERATED)