Fix interactable HUD

This commit is contained in:
ubruntu 2022-02-27 21:50:07 +00:00 committed by Imbris
parent 7be5b4c051
commit d18242a1df

View File

@ -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()