mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix interactable HUD
This commit is contained in:
parent
7be5b4c051
commit
d18242a1df
@ -171,7 +171,7 @@ impl<'a> Widget for Overitem<'a> {
|
||||
.set(state.ids.name, ui);
|
||||
|
||||
// Interaction hints
|
||||
if !self.interaction_options.is_empty() {
|
||||
if !self.interaction_options.is_empty() && self.properties.active {
|
||||
let text = self
|
||||
.interaction_options
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user