This commit is contained in:
juliancoffee 2022-08-07 16:45:18 +03:00
parent 445b748e1a
commit 67df7a1e74

View File

@ -251,7 +251,8 @@ pub struct LocalizationHandle {
// arbitrary choice to minimize changing all of veloren
pub type Localization = LocalizationGuard;
/// RAII guard returned from [LocalizationHandle::read()](LocalizationHandle::read),
/// RAII guard returned from
/// [LocalizationHandle::read()](LocalizationHandle::read),
/// resembles [AssetGuard](AssetGuard)
pub struct LocalizationGuard {
active: AssetGuard<Language>,