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:
Diffstat (limited to 'source/blender/draw/intern/draw_cache.h')
-rw-r--r--source/blender/draw/intern/draw_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache.h b/source/blender/draw/intern/draw_cache.h
index 82d6dd9fd32..be05a993316 100644
--- a/source/blender/draw/intern/draw_cache.h
+++ b/source/blender/draw/intern/draw_cache.h
@@ -79,7 +79,7 @@ struct Batch *DRW_cache_camera_tria_get(void);
struct Batch *DRW_cache_speaker_get(void);
/* Probe */
-struct Batch *DRW_cache_probe_get(void);
+struct Batch *DRW_cache_lightprobe_get(void);
/* Bones */
struct Batch *DRW_cache_bone_octahedral_get(void);