diff options
Diffstat (limited to 'client/src/scene_prepare.rs')
-rw-r--r-- | client/src/scene_prepare.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/scene_prepare.rs b/client/src/scene_prepare.rs index fcc7932..6d50035 100644 --- a/client/src/scene_prepare.rs +++ b/client/src/scene_prepare.rs @@ -222,7 +222,7 @@ impl ScenePreparer { } } let mut texture = None; - if let Some(albedores) = part.tex_pbr_albedo { + if let Some(albedores) = part.tex_albedo { if let Some((_tex, bg)) = self.textures.try_get(albedores) { texture = Some(bg) } |