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.
This commit is contained in:
baldurk
2018-02-05 13:51:46 +00:00
parent 2b64d6dfa7
commit dfe5bbe4c0
+1 -1
View File
@@ -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)