mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user