diff --git a/Source/Engine/Renderer/Editor/LODPreview.cpp b/Source/Engine/Renderer/Editor/LODPreview.cpp index d3a633405..34f2ef3ba 100644 --- a/Source/Engine/Renderer/Editor/LODPreview.cpp +++ b/Source/Engine/Renderer/Editor/LODPreview.cpp @@ -34,7 +34,7 @@ bool LODPreviewMaterialShader::IsReady() const bool LODPreviewMaterialShader::CanUseInstancing(InstancingHandler& handler) const { - return _material->CanUseInstancing(handler); + return false; } DrawPass LODPreviewMaterialShader::GetDrawModes() const