mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
Use version tmp var
This commit is contained in:
parent
9b89e46e65
commit
64042327ec
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void Procedural::parse(QJsonObject proceduralData) {
|
||||||
auto uniforms = proceduralData[UNIFORMS_KEY].toObject();
|
auto uniforms = proceduralData[UNIFORMS_KEY].toObject();
|
||||||
auto channels = proceduralData[CHANNELS_KEY].toArray();
|
auto channels = proceduralData[CHANNELS_KEY].toArray();
|
||||||
|
|
||||||
if (parseVersion(proceduralData[VERSION_KEY]) &&
|
if (parseVersion(version) &&
|
||||||
parseUrl(shaderUrl) &&
|
parseUrl(shaderUrl) &&
|
||||||
parseUniforms(uniforms) &&
|
parseUniforms(uniforms) &&
|
||||||
parseTextures(channels)) {
|
parseTextures(channels)) {
|
||||||
|
|
Loading…
Reference in a new issue