Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-11-24 22:29:09 +01:00
parent caf1a0f1e8
commit a33a118ed3
3 changed files with 3 additions and 3 deletions

View File

@@ -238,8 +238,8 @@ namespace Nz
void Graphics::RegisterMaterialPasses()
{
m_materialPassRegistry.RegisterPass("DepthPass");
m_materialPassRegistry.RegisterPass("ForwardPass");
m_materialPassRegistry.RegisterPass("DepthPass");
}
void Graphics::SelectDepthStencilFormats()