diff --git a/material_cache/prop_material_cache_pcm.cpp b/material_cache/prop_material_cache_pcm.cpp index 0b37018..eb35af8 100644 --- a/material_cache/prop_material_cache_pcm.cpp +++ b/material_cache/prop_material_cache_pcm.cpp @@ -151,7 +151,7 @@ void PropMaterialCachePCM::_setup_material_albedo(Ref texture) { if (spmat.is_valid()) { spmat->set_texture(SpatialMaterial::TEXTURE_ALBEDO, texture); - return; + continue; } Ref shmat = m;