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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-07 12:48:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-07 12:48:56 +0300
commitb48156d0122518541df58568c426ba21670a710f (patch)
tree9192d4883dc324c4c278ed89556a7175680f3a53 /source/blender/collada/BCAnimationSampler.h
parent20261a7581df8b2f06f48366e37e4b94ba9b3719 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/collada/BCAnimationSampler.h')
-rw-r--r--source/blender/collada/BCAnimationSampler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/BCAnimationSampler.h b/source/blender/collada/BCAnimationSampler.h
index 8bf2967a44f..ae0a04a706c 100644
--- a/source/blender/collada/BCAnimationSampler.h
+++ b/source/blender/collada/BCAnimationSampler.h
@@ -150,7 +150,7 @@ public:
}
BCSample &add(Object *ob, int frame_index);
- BCSampleFrame * get_frame(int frame_index); // returns NULL if frame does not exist
+ BCSampleFrame *get_frame(int frame_index); // returns NULL if frame does not exist
const int get_frames(std::vector<int> &frames) const;
const int get_frames(Object *ob, BCFrames &frames) const;