fix: bug修复

This commit is contained in:
Xu Liu 2021-12-05 21:06:52 +08:00
commit 4fb43f46b4

View file

@ -860,5 +860,6 @@ bool Renderer::GetSampler(EffectSamplerFilterType filterType, EffectSamplerAddre
return false;
}
*result = *sampler;
return true;
}