From 0de5697428c5d524c33f55644c717e1374c5ed3e Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Wed, 15 Nov 2023 04:17:41 -0800 Subject: [PATCH] Release 1.9.4.0 --- Craftimizer/Craftimizer.csproj | 2 +- Craftimizer/Windows/SynthHelper.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index c65b474..3a11832 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,7 +2,7 @@ Asriel Camora - 1.9.3.0 + 1.9.4.0 https://github.com/WorkingRobot/craftimizer.git Debug;Release diff --git a/Craftimizer/Windows/SynthHelper.cs b/Craftimizer/Windows/SynthHelper.cs index 7bf6f61..63fce38 100644 --- a/Craftimizer/Windows/SynthHelper.cs +++ b/Craftimizer/Windows/SynthHelper.cs @@ -518,7 +518,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable private void CalculateBestMacroTask(SimulationState state, CancellationToken token) { - var config = Service.Configuration.SimulatorSolverConfig; + var config = Service.Configuration.SynthHelperSolverConfig; token.ThrowIfCancellationRequested();