Fixed spaces

Former-commit-id: 570c1fb8c0ffa6d140112a9cdaa14c05c752d916
This commit is contained in:
Lynix 2014-03-05 00:47:26 +01:00
parent 5e9201cb22
commit 24be314b86
2 changed files with 4 additions and 3 deletions

View File

@ -557,6 +557,7 @@ void NzMaterial::SetRenderStates(const NzRenderStates& states)
void NzMaterial::SetShader(const NzUberShader* uberShader)
{
m_uberShader = uberShader;
InvalidateShaders();
}