Hopefully fix the minor initial stall in synth helper initalization
This commit is contained in:
@@ -200,7 +200,10 @@ public sealed unsafe class SynthHelper : Window, IDisposable
|
||||
}
|
||||
|
||||
if (RecipeData?.RecipeId != recipeId)
|
||||
{
|
||||
OnStartCrafting(recipeId);
|
||||
OnStateUpdated();
|
||||
}
|
||||
|
||||
if (IsRecalculateQueued)
|
||||
OnStateUpdated();
|
||||
|
||||
Reference in New Issue
Block a user