Graphics/Material: Fix IsDepthClampEnabled method
This commit is contained in:
@@ -552,7 +552,7 @@ namespace Nz
|
||||
*/
|
||||
inline bool Material::IsDepthClampEnabled() const
|
||||
{
|
||||
return false;
|
||||
return m_pipelineInfo.depthClamp;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user