Fix the typo in the assert for isWireframe

This commit is contained in:
Sam Cake 2017-03-19 17:33:28 -07:00
parent e1a0984fed
commit 3a08611c26

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());