Skip to content

Commit

Permalink
Fix compound balance mode index (#5774)
Browse files Browse the repository at this point in the history
  • Loading branch information
0HyperCube authored Jan 7, 2025
1 parent 2723f39 commit 6e9ffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microbe_stage/editor/CompoundBalanceDisplay.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ item_count = 2
popup/item_0/text = "COMPOUNDS_AT_EQUILIBRIUM"
popup/item_0/id = 1
popup/item_1/text = "COMPOUNDS_AT_MAX_SPEED"
popup/item_1/id = 2
popup/item_1/id = 0

[connection signal="item_selected" from="CompoundBalanceMode" to="." method="OnBalanceModeChanged"]

0 comments on commit 6e9ffb1

Please sign in to comment.