mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 00:04:18 +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 channels = proceduralData[CHANNELS_KEY].toArray();
|
||||
|
||||
if (parseVersion(proceduralData[VERSION_KEY]) &&
|
||||
if (parseVersion(version) &&
|
||||
parseUrl(shaderUrl) &&
|
||||
parseUniforms(uniforms) &&
|
||||
parseTextures(channels)) {
|
||||
|
|
Loading…
Reference in a new issue