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>2015-07-13 15:00:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-13 15:00:07 +0300
commit2d32b92d77bf0c0f5fc3827277d26a26bbbb2580 (patch)
tree3da1b5f3e18ae16ae9162eb300ff4416dad1931c /source/blender/imbuf/intern/allocimbuf.c
parente142ae77cadf04103fbc643f21cf60891862f6a8 (diff)
Cleanup: IMB prefix for ImBuf defines
Diffstat (limited to 'source/blender/imbuf/intern/allocimbuf.c')
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index 03fc2c0fa5d..9042c4bd09c 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -492,7 +492,7 @@ ImBuf *IMB_dupImBuf(ImBuf *ibuf1)
tbuf.encodedbuffer = ibuf2->encodedbuffer;
tbuf.zbuf = NULL;
tbuf.zbuf_float = NULL;
- for (a = 0; a < IB_MIPMAP_LEVELS; a++)
+ for (a = 0; a < IMB_MIPMAP_LEVELS; a++)
tbuf.mipmap[a] = NULL;
tbuf.dds_data.data = NULL;