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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 11:58:27 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 12:01:52 +0300
commitad797ed39a49d8591d561eca71c170733f8a0c1a (patch)
treec0d6a3d2c8df474233c7a7d07236a30bb9a38dae /source/blender/collada/AnimationExporter.h
parentc9d1082a2c17162ea6d23415e3560dabfc6e22e1 (diff)
Fix blenderplayer and collada build.
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index bbd7fdb9a63..2ed0a92d89c 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -91,8 +91,8 @@ private:
public:
AnimationExporter(Depsgraph *depsgraph, COLLADASW::StreamWriter *sw, const ExportSettings *export_settings):
- depsgraph(depsgraph),
COLLADASW::LibraryAnimations(sw),
+ depsgraph(depsgraph),
export_settings(export_settings)
{
this->sw = sw;