From 5741116340fd79f69379e6df0e9e17901d0a8eaa Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Thu, 9 Jun 2022 19:04:59 -0500 Subject: [PATCH] Fixed ZUNE -> OPENZUNE --- UIX/Microsoft/Iris/Debug/DebugSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIX/Microsoft/Iris/Debug/DebugSettings.cs b/UIX/Microsoft/Iris/Debug/DebugSettings.cs index 6b99e84..7e4e49f 100644 --- a/UIX/Microsoft/Iris/Debug/DebugSettings.cs +++ b/UIX/Microsoft/Iris/Debug/DebugSettings.cs @@ -10,7 +10,7 @@ namespace Microsoft.Iris.Debug public TraceSettings TraceSettings { get; } = TraceSettings.Current; public Bridge Bridge { get; } = -#if ZUNE +#if OPENZUNE new(OwlCore.Remoting.RemotingMode.Host); #else new();