Hopefully fix the minor initial stall in synth helper initalization

This commit is contained in:
Asriel Camora
2025-04-24 01:48:32 -07:00
parent b451902290
commit 3a84fe2fb0
+3
View File
@@ -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();