remove is_cached arg

This commit is contained in:
Nordup 2024-12-06 10:01:32 +04:00
parent a0fd6de158
commit fb587a6d30
6 changed files with 9 additions and 10 deletions

View file

@ -18,7 +18,7 @@ func _ready() -> void:
clear_info()
func display_info(_gate: Gate, _is_cached: bool) -> void:
func display_info(_gate: Gate) -> void:
gate = _gate
title.text = "Unnamed" if gate.title.is_empty() else gate.title
description.text = "No description" if gate.description.is_empty() else gate.description