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-12 03:11:19 +0300
committerThomas Dinges <blender@dingto.org>2016-05-12 03:11:36 +0300
commit8de3303a03f39afbef00a1ee5972116eb01379fe (patch)
tree4b47f0ff675d5f7b61a3370da661d95b73834700 /intern/cycles/render/image.cpp
parentc5ddbf181e7de0c8dbef756059367abcec061956 (diff)
Cleanup: Fix typo.
Diffstat (limited to 'intern/cycles/render/image.cpp')
-rw-r--r--intern/cycles/render/image.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/render/image.cpp b/intern/cycles/render/image.cpp
index 40c48088c5a..0985cca5bb6 100644
--- a/intern/cycles/render/image.cpp
+++ b/intern/cycles/render/image.cpp
@@ -59,8 +59,8 @@ ImageManager::ImageManager(const DeviceInfo& info)
tex_num_images[IMAGE_DATA_TYPE_BYTE4] = TEX_NUM_BYTE4_IMAGES_CUDA_KEPLER;
tex_num_images[IMAGE_DATA_TYPE_FLOAT4] = TEX_NUM_FLOAT4_IMAGES_CUDA_KEPLER;
tex_num_images[IMAGE_DATA_TYPE_FLOAT] = TEX_NUM_FLOAT_IMAGES_CUDA_KEPLER;
- tex_image_byte4_start = TEX_IMAGE_BYTE4_START_CUDA_KELPER;
- tex_image_float_start = TEX_IMAGE_FLOAT_START_CUDA_KELPER;
+ tex_image_byte4_start = TEX_IMAGE_BYTE4_START_CUDA_KEPLER;
+ tex_image_float_start = TEX_IMAGE_FLOAT_START_CUDA_KEPLER;
}
/* OpenCL */
else if(info.pack_images) {