mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 12:52:26 +00:00
Change type of 'desc' parameter to '&str'
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user