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>2011-04-21 17:11:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-21 17:11:51 +0400
commit210ee1ade4b4ec5b6f2d3710986171a21a4b8604 (patch)
tree86e27af39ba932f043da2b73463651ff2e40d41c /release/plugins/sequence/scatter.c
parent2e9982f420cab3b2ecf4648c0a91403f757ef9fe (diff)
whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57a
Diffstat (limited to 'release/plugins/sequence/scatter.c')
-rw-r--r--release/plugins/sequence/scatter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/plugins/sequence/scatter.c b/release/plugins/sequence/scatter.c
index ac4346c1a44..4741b33ce0e 100644
--- a/release/plugins/sequence/scatter.c
+++ b/release/plugins/sequence/scatter.c
@@ -193,9 +193,9 @@ static void fill_out(ImBuf *out, float r, float g, float b, float a)
} else {
for (x=0;x < tot;x++) {
rect[0] = (int)(r * 255);
- rect[1] = (int)(g * 255);
- rect[2] = (int)(b * 255);
- rect[3] = (int)(a * 255);
+ rect[1] = (int)(g * 255);
+ rect[2] = (int)(b * 255);
+ rect[3] = (int)(a * 255);
rect += 4;
}
}