mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Fix the typo in the assert for isWireframe
This commit is contained in:
parent
e1a0984fed
commit
3a08611c26
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue