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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-01 17:57:02 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-01 18:04:37 +0400
commit57405578f946b14a9eef152bbaef0a8bf8e42a9f (patch)
treec82caa7d728015c67b83dbf8300fbfbd3c1c6b51
parent8bdac4d0bc21143bafbdbb9b45ab521dfedfa369 (diff)
Fix for a typo in comment.
-rw-r--r--source/blender/blenloader/intern/writefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index f9e61b9be29..3fd6ff7673c 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -2089,7 +2089,7 @@ static void write_worlds(WriteData *wd, ListBase *idbase)
if (wrld->mtex[a]) writestruct(wd, DATA, "MTex", 1, wrld->mtex[a]);
}
- /* nodetree is integral part of lamps, no libdata */
+ /* nodetree is integral part of world, no libdata */
if (wrld->nodetree) {
writestruct(wd, DATA, "bNodeTree", 1, wrld->nodetree);
write_nodetree(wd, wrld->nodetree);