mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 00:04:18 +02:00
fix build error 2
This commit is contained in:
parent
dc32472bd6
commit
66d77d2df8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void Procedural::prepare(gpu::Batch& batch,
|
|||
recompiledShader = true;
|
||||
}
|
||||
|
||||
batch.setPipeline(_proceduralPipelines[key]);
|
||||
batch.setPipeline(recompiledShader ? _proceduralPipelines[key] : pipeline->second);
|
||||
|
||||
if (_shaderDirty || _uniformsDirty) {
|
||||
setupUniforms();
|
||||
|
|
Loading…
Reference in a new issue