Graphics/Material: Fix IsDepthClampEnabled method
This commit is contained in:
parent
0777badbe0
commit
99876d935d
|
|
@ -552,7 +552,7 @@ namespace Nz
|
|||
*/
|
||||
inline bool Material::IsDepthClampEnabled() const
|
||||
{
|
||||
return false;
|
||||
return m_pipelineInfo.depthClamp;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue