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:
authorThomas Dinges <blender@dingto.org>2016-05-09 03:22:01 +0300
committerThomas Dinges <blender@dingto.org>2016-05-09 03:22:01 +0300
commit9a1e11260c667dce5df123c2b451d119d8c05a7b (patch)
treeebe69d91a9c2853fe82e88697fc6108a69f302b0 /intern/cycles/render/image.h
parent5fe1bea2daecd7670a6a7688a24432e9dce96802 (diff)
Cleanup: More byte -> byte4 renaming for consistency.
Diffstat (limited to 'intern/cycles/render/image.h')
-rw-r--r--intern/cycles/render/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/image.h b/intern/cycles/render/image.h
index 24d6aaedf04..1bb9987f602 100644
--- a/intern/cycles/render/image.h
+++ b/intern/cycles/render/image.h
@@ -93,7 +93,7 @@ public:
private:
int tex_num_images[IMAGE_DATA_NUM_TYPES];
- int tex_image_byte_start;
+ int tex_image_byte4_start;
thread_mutex device_mutex;
int animation_frame;