From 08c67f214934b9ec88c5fe49dfc06d8bb7a1c62f Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 19 Dec 2017 16:08:04 +0000 Subject: [PATCH] Revert accidental commit setting RENDERDOC_OFFICIAL_BUILD to 1 * This was during testing and accidentally got rolled in. My bad! --- renderdoc/api/replay/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/version.h b/renderdoc/api/replay/version.h index e8f140756..5ef24c100 100644 --- a/renderdoc/api/replay/version.h +++ b/renderdoc/api/replay/version.h @@ -90,7 +90,7 @@ // You should NOT enable this variable. This is used by upstream builds to determine whether // this is an official build e.g. that should send crash reports. -#define RENDERDOC_OFFICIAL_BUILD 1 +#define RENDERDOC_OFFICIAL_BUILD 0 // The major and minor version that describe this build. These numbers are modified linearly // upstream and should not be modified downstream. You can set DISTRIBUTION_VERSION to include any