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)
|
if (RecipeData?.RecipeId != recipeId)
|
||||||
|
{
|
||||||
OnStartCrafting(recipeId);
|
OnStartCrafting(recipeId);
|
||||||
|
OnStateUpdated();
|
||||||
|
}
|
||||||
|
|
||||||
if (IsRecalculateQueued)
|
if (IsRecalculateQueued)
|
||||||
OnStateUpdated();
|
OnStateUpdated();
|
||||||
|
|||||||
Reference in New Issue
Block a user