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:
authorRobin Allen <roblovski@gmail.com>2009-08-18 02:17:25 +0400
committerRobin Allen <roblovski@gmail.com>2009-08-18 02:17:25 +0400
commit2de4c8f2b20efe57a27804bd20d7e4882e9137d4 (patch)
tree1fc772d377d72afd02be509a2d877a20d5a79cdc /source/blender/nodes/intern/TEX_util.c
parentf9ceeeede672a634913188c775e020c23170f4e1 (diff)
Implemented multisampling for texture nodes.
Diffstat (limited to 'source/blender/nodes/intern/TEX_util.c')
-rw-r--r--source/blender/nodes/intern/TEX_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/TEX_util.c b/source/blender/nodes/intern/TEX_util.c
index b88efb47990..36182d2498d 100644
--- a/source/blender/nodes/intern/TEX_util.c
+++ b/source/blender/nodes/intern/TEX_util.c
@@ -149,7 +149,7 @@ void tex_do_preview(bNode *node, bNodeStack *ns, TexCallData *cdata)
params.dxt = 0;
params.dyt = 0;
- params.cfra = 0; /* XXX Use current? */
+ params.cfra = cdata->cfra;
params.coord = coord;
for(x=0; x<preview->xsize; x++)