Fixed DebugDrawer color

Former-commit-id: 08b654b1d3002c76634f8ca3b2aa57e66f33e7ae
This commit is contained in:
Lynix 2013-01-11 14:33:43 +01:00
parent 842890e12e
commit 5a40e0d373
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ bool NzDebugDrawer::Initialize()
return false; return false;
} }
colorLocation = shader->GetUniformLocation("DiffuseColor"); colorLocation = shader->GetUniformLocation("MaterialDiffuse");
} }
// VertexDeclaration // VertexDeclaration