From a15f1934b38973e1919391d3f1970adf90168f55 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 27 Jan 2019 22:44:45 +0100 Subject: [PATCH] filter-custom-shader: Do not build for release This feature is postponed until 0.6.0 for stability and UI/UX issues. --- source/filter-custom-shader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/filter-custom-shader.cpp b/source/filter-custom-shader.cpp index fea44f8a..b55ab41c 100644 --- a/source/filter-custom-shader.cpp +++ b/source/filter-custom-shader.cpp @@ -67,6 +67,7 @@ INITIALIZER(HandlerInit) filter::CustomShader::CustomShader() { + return; // TEMP memset(&sourceInfo, 0, sizeof(obs_source_info)); sourceInfo.id = "obs-stream-effects-filter-custom-shader"; sourceInfo.type = OBS_SOURCE_TYPE_FILTER;