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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-10-23 13:38:10 +0400
committerTon Roosendaal <ton@blender.org>2003-10-23 13:38:10 +0400
commit063205cc517a5ebdf6bd93cb848003f486238ca5 (patch)
tree08337406c905e717ced339a09389d6076fbee6d7 /source
parentbead58ca68d0a47fbd8bc64e042e81d69ac18aad (diff)
- <blush> forgot to delete an old line:
if(R.mat->septex) break; this caused the new per-channel switching only to work with 2 textures!
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/texture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/texture.c b/source/blender/blenkernel/intern/texture.c
index 24e20fde963..977e9f99da4 100644
--- a/source/blender/blenkernel/intern/texture.c
+++ b/source/blender/blenkernel/intern/texture.c
@@ -1716,8 +1716,6 @@ void do_material_tex()
}
}
}
-
- if(R.mat->septex) break;
}
}