mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 16:04:31 +02:00
Merge pull request #9950 from samcake/red
Fix the typo in the assert for isWireframe
This commit is contained in:
commit
1723549850
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void initForwardPipelines(render::ShapePlumber& plumber) {
|
||||||
void addPlumberPipeline(ShapePlumber& plumber,
|
void addPlumberPipeline(ShapePlumber& plumber,
|
||||||
const ShapeKey& key, const gpu::ShaderPointer& vertex, const gpu::ShaderPointer& pixel) {
|
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
|
// 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.isDepthBiased());
|
||||||
assert(key.isCullFace());
|
assert(key.isCullFace());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue