Fixed DebugDrawer color
Former-commit-id: 08b654b1d3002c76634f8ca3b2aa57e66f33e7ae
This commit is contained in:
parent
842890e12e
commit
5a40e0d373
|
|
@ -382,7 +382,7 @@ bool NzDebugDrawer::Initialize()
|
|||
return false;
|
||||
}
|
||||
|
||||
colorLocation = shader->GetUniformLocation("DiffuseColor");
|
||||
colorLocation = shader->GetUniformLocation("MaterialDiffuse");
|
||||
}
|
||||
|
||||
// VertexDeclaration
|
||||
|
|
|
|||
Loading…
Reference in New Issue