mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change type of 'desc' parameter to '&str'
This commit is contained in:
parent
fc4d17ce2a
commit
4d2e315a74
@ -439,7 +439,7 @@ impl<'a> BuffsBar<'a> {
|
||||
buffs_tooltip: &Tooltip,
|
||||
id: &conrod_core::widget::id::Id,
|
||||
timer_id: &conrod_core::widget::id::Id,
|
||||
desc: &String,
|
||||
desc: &str,
|
||||
title_col: Color,
|
||||
) -> TimesClicked {
|
||||
let max_duration = buff.data.duration;
|
||||
|
Loading…
Reference in New Issue
Block a user