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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/collada/collada_utils.h')
-rw-r--r--source/blender/collada/collada_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/collada_utils.h b/source/blender/collada/collada_utils.h
index 1e18ac56e5d..9eeedb230e6 100644
--- a/source/blender/collada/collada_utils.h
+++ b/source/blender/collada/collada_utils.h
@@ -91,7 +91,7 @@ inline bAction *bc_getSceneObjectAction(Object *ob)
}
/* Returns Light Action or NULL */
-inline bAction *bc_getSceneLampAction(Object *ob)
+inline bAction *bc_getSceneLightAction(Object *ob)
{
if (ob->type != OB_LAMP)
return NULL;