mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed typo
This commit is contained in:
parent
3057d67a1c
commit
ac7f6872db
@ -28,7 +28,7 @@ pub struct TetherMgr {
|
||||
/// Every tick, the 'alive' state of the flag flips between `true` and
|
||||
/// `false` to avoid the need to wastefully reset the flag of every
|
||||
/// alive tether on each tick (this is a common optimisation in some garbage
|
||||
/// collection algoruthms too).
|
||||
/// collection algorithms too).
|
||||
stale_flag: bool,
|
||||
tethers: HashMap<(Uid, Uid), (BoundLocals, bool)>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user