summaryrefslogtreecommitdiffstats
path: root/src/render/backend/quniformvalue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/quniformvalue.cpp')
-rw-r--r--src/render/backend/quniformvalue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/backend/quniformvalue.cpp b/src/render/backend/quniformvalue.cpp
index e3ae1f1a3..c3997a435 100644
--- a/src/render/backend/quniformvalue.cpp
+++ b/src/render/backend/quniformvalue.cpp
@@ -93,7 +93,7 @@ void QUniformPack::setUniform(QString glslName, const QUniformValue *val)
m_uniforms[glslName] = val;
}
-void QUniformPack::setTexture(QString glslName, const QNodeUuid &texId)
+void QUniformPack::setTexture(QString glslName, const QNodeId &texId)
{
for (int t=0; t<m_textures.size(); ++t) {
if (m_textures[t].glslName != glslName) {