mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
fix build error
This commit is contained in:
parent
2acb6b6857
commit
dc32472bd6
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ void Procedural::prepare(gpu::Batch& batch,
|
|||
_proceduralPipelines.clear();
|
||||
}
|
||||
|
||||
auto& pipeline = _proceduralPipelines.find(key);
|
||||
auto pipeline = _proceduralPipelines.find(key);
|
||||
bool recompiledShader = false;
|
||||
if (pipeline == _proceduralPipelines.end()) {
|
||||
if (!_vertexShader) {
|
||||
|
|
Loading…
Reference in a new issue