This commit is contained in:
parent
f5d50a0de2
commit
9c52957a03
@ -711,7 +711,7 @@ enum DownloadDecalError{
|
|||||||
TexturePropertyInvalid,
|
TexturePropertyInvalid,
|
||||||
}
|
}
|
||||||
impl std::fmt::Display for DownloadDecalError{
|
impl std::fmt::Display for DownloadDecalError{
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>)->std::fmt::Result{
|
fn fmt(&self,f:&mut std::fmt::Formatter<'_>)->std::fmt::Result{
|
||||||
write!(f,"{self:?}")
|
write!(f,"{self:?}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user