Graphics/Material: Fix reflection mode not being copied

This commit is contained in:
Lynix
2018-08-25 22:41:05 +02:00
parent 933cb64488
commit a3a4ed89b8
2 changed files with 4 additions and 1 deletions

View File

@@ -433,6 +433,8 @@ namespace Nz
m_normalMap = material.m_normalMap;
m_specularMap = material.m_specularMap;
SetReflectionMode(material.GetReflectionMode());
InvalidatePipeline();
}