Merge pull request #9950 from samcake/red

Fix the typo in the assert for isWireframe
This commit is contained in:
Ken Cooke 2017-03-19 18:30:23 -07:00 committed by GitHub
commit 1723549850

View file

@ -307,7 +307,7 @@ void initForwardPipelines(render::ShapePlumber& plumber) {
void addPlumberPipeline(ShapePlumber& plumber,
const ShapeKey& key, const gpu::ShaderPointer& vertex, const gpu::ShaderPointer& pixel) {
// These key-values' pipelines are added by this functor in addition to the key passed
assert(!key.isWireFrame());
assert(!key.isWireframe());
assert(!key.isDepthBiased());
assert(key.isCullFace());