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>2014-05-22 11:40:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-22 11:40:35 +0400
commit29dc8259a8f3e5b7c75587565ac59867d55713c9 (patch)
treef3f702b81e66c3eb96ca03a23f1d8c51b940afa3 /source/blender/gpu
parentc6de033bf1e92dd94858e8998f154fdea2e6bee2 (diff)
Mistake naming in recent commit
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c
index 6d142adbc0c..1051ce590f4 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -1344,7 +1344,7 @@ void GPU_free_images_old(void)
}
/* Otherwise, just kill the buffers */
else {
- BLI_image_free_buffers(ima);
+ BKE_image_free_buffers(ima);
}
}
ima = ima->id.next;