Skip to content

Commit

Permalink
sm-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Dec 27, 2024
1 parent 2a86b5f commit 039efda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void BroadcastData(Entity<SuperMatterComponent> crystal)
Dictionary<Gas, float> gasRatios = new();

if (!comp.AccumulatedGasesMoles.TryGetValue(Gas.Oxygen, out _))
InitGasMolesAccumulator(crystal.Comp);
return;

foreach (var gas in Enum.GetValues<Gas>())
{
Expand Down

0 comments on commit 039efda

Please sign in to comment.