mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +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();
|
_proceduralPipelines.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
auto& pipeline = _proceduralPipelines.find(key);
|
auto pipeline = _proceduralPipelines.find(key);
|
||||||
bool recompiledShader = false;
|
bool recompiledShader = false;
|
||||||
if (pipeline == _proceduralPipelines.end()) {
|
if (pipeline == _proceduralPipelines.end()) {
|
||||||
if (!_vertexShader) {
|
if (!_vertexShader) {
|
||||||
|
|
Loading…
Reference in a new issue