From ea8f3a70a0f366407cb3deb25cf046fdeeb9edf0 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Wed, 7 Dec 2016 15:24:48 -0800 Subject: [PATCH] enable hardware as long as we are on internal machines. --- .../MatterControl.Tests/MatterControl/MatterControlUtilities.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/MatterControl.Tests/MatterControl/MatterControlUtilities.cs b/Tests/MatterControl.Tests/MatterControl/MatterControlUtilities.cs index f84433aef..d5670cf2a 100644 --- a/Tests/MatterControl.Tests/MatterControl/MatterControlUtilities.cs +++ b/Tests/MatterControl.Tests/MatterControl/MatterControlUtilities.cs @@ -396,7 +396,7 @@ namespace MatterHackers.MatterControl.Tests.Automation } UserSettings.Instance.set(UserSettingsKey.ThumbnailRenderingMode, "orthographic"); - GL.HardwareAvailable = false; + //GL.HardwareAvailable = false; MatterControlApplication matterControlWindow = MatterControlApplication.CreateInstance(overrideWidth, overrideHeight); var config = TestAutomationConfig.Load();