Skip to content

Commit

Permalink
fix: Card Upgrade counter now visible in info panels
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed May 17, 2022
1 parent 65c0492 commit 38dd8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/DetailPanels.gd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func add_info(
var new_info_panel : Node
if existing_details.has(id) and requires_refresh:
new_info_panel = existing_details.get(id)
new_info_panel.visible = true
elif info_scene != null:
new_info_panel = info_scene.instance()
else:
Expand Down

0 comments on commit 38dd8cc

Please sign in to comment.