Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/opencolorio/ocio_impl_glsl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opencolorio/ocio_impl_glsl.cc b/intern/opencolorio/ocio_impl_glsl.cc
index 1461be42578..c6e194a2ea9 100644
--- a/intern/opencolorio/ocio_impl_glsl.cc
+++ b/intern/opencolorio/ocio_impl_glsl.cc
@@ -184,7 +184,7 @@ static void updateGLSLShader(OCIO_GLSLShader *shader,
NULL,
NULL,
NULL,
- __func__);
+ "OCIOShader");
if (shader->shader) {
shader->dither_loc = GPU_shader_get_uniform(shader->shader, "dither");