From 3929e7ae4042a3f260d1ab65d82f30fc8ff2bde7 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 30 Mar 2013 13:42:41 -0700 Subject: [PATCH] Make app use null network rather than bandwidth analysis when previewing --- Source/OBSCapture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OBSCapture.cpp b/Source/OBSCapture.cpp index 2c2e868d..0a037124 100644 --- a/Source/OBSCapture.cpp +++ b/Source/OBSCapture.cpp @@ -102,7 +102,7 @@ void OBS::Start() String strError; if(bTestStream) - network = CreateBandwidthAnalyzer(); + network = CreateNullNetwork(); else { switch(networkMode)