mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Use less verbose span names when the tracy feature is off
This commit is contained in:
@ -328,7 +328,7 @@ impl Chaser {
|
||||
where
|
||||
V: BaseVol<Vox = Block> + ReadVol,
|
||||
{
|
||||
span!(_guard, "Chaser::chase");
|
||||
span!(_guard, "chase", "Chaser::chase");
|
||||
let pos_to_tgt = pos.distance(tgt);
|
||||
|
||||
// If we're already close to the target then there's nothing to do
|
||||
|
Reference in New Issue
Block a user