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