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/blenkernel/BKE_depsgraph.h')
-rw-r--r--source/blender/blenkernel/BKE_depsgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_depsgraph.h b/source/blender/blenkernel/BKE_depsgraph.h
index 40564aeabe9..0b81cfd4477 100644
--- a/source/blender/blenkernel/BKE_depsgraph.h
+++ b/source/blender/blenkernel/BKE_depsgraph.h
@@ -105,7 +105,7 @@ void DAG_scene_free(struct Scene *sce);
*
* DAG_scene_update_flags will mark all objects that depend on time (animation,
* physics, ..) to be recalculated, used when changing the current frame.
- *
+ *
* DAG_on_visible_update will mark all objects that are visible for the first
* time to be updated, for example on file load or changing layer visibility.
*