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>2020-09-11 07:45:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-11 07:57:27 +0300
commitd023c4104cb642c839d5868411a3b719f3528421 (patch)
treeb72525e30abf5ef05bf34f59597dc2f49730f14b /source/blender/blenloader
parent08273adebb42f0e79a5114e5f391f480f2a4b964 (diff)
Cleanup: spelling, correct comments
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 3d42330dd4f..b9f94b08558 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7311,8 +7311,8 @@ static void lib_link_all(FileData *fd, Main *bmain)
lib_link_object(&reader, (Object *)id);
break;
case ID_SCR:
- /* DO NOT skip screens here,
- * 3D viewport may contains pointers to other ID data (like bgpic)! See T41411. */
+ /* DO NOT skip screens here, 3D viewport may contains pointers
+ * to other ID data (like #View3D.ob_center)! See T41411. */
lib_link_screen(&reader, (bScreen *)id);
break;
case ID_PA: