From 5677117c0d0d9abe332de98b7040f84eaafe93ad Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 9 May 2019 22:53:02 +1000 Subject: [PATCH] [c-host] nvfbc: remove debug line from prior commit --- VERSION | 2 +- c-host/platform/Windows/capture/NVFBC/src/nvfbc.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cd2adfc9..e940df60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-166-g83f63f4c42+1 \ No newline at end of file +a12-167-g558ae5dc45+1 \ No newline at end of file diff --git a/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c b/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c index e2cdafa5..2ab0b133 100644 --- a/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c +++ b/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c @@ -128,7 +128,6 @@ static bool nvfbc_create() static bool nvfbc_init(void * pointerShape, const unsigned int pointerSize) { - return false; this->stop = false; this->pointerShape = pointerShape; this->pointerSize = pointerSize;