From 191d60266a1aa7e5b8b138f0dba98dc87c5bf1bf Mon Sep 17 00:00:00 2001 From: gGmMsS123 <82216659+gGmMsS123@users.noreply.github.com> Date: Fri, 16 Apr 2021 00:48:20 +0300 Subject: [PATCH] m2 staff --- common/src/comp/buff.rs | 1 - voxygen/src/hud/mod.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/src/comp/buff.rs b/common/src/comp/buff.rs index ae699a18ee..d0ab0b04ec 100644 --- a/common/src/comp/buff.rs +++ b/common/src/comp/buff.rs @@ -247,7 +247,6 @@ impl Buff { }], data.duration, ), - }; Buff { kind, diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index af20191ced..22b707b82c 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -3447,7 +3447,7 @@ pub fn get_buff_image(buff: BuffKind, imgs: &Imgs) -> conrod_core::image::Id { // Debuffs BuffKind::Bleeding { .. } => imgs.debuff_bleed_0, BuffKind::Cursed { .. } => imgs.debuff_skull_0, - BuffKind::Burning { .. } => imgs.debuff_burning_0, + BuffKind::Burning { .. } => imgs.debuff_burning_0, } }