mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 05:17:25 -04:00
remove is_cached arg
This commit is contained in:
parent
a0fd6de158
commit
fb587a6d30
6 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue