From f52dc2f371923c22a974df7105245f7e0b8148ee Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Jun 2017 20:59:54 +1000 Subject: Rename probe to light-probe Probe is a real general term, the new name is used often in docs online. --- source/blender/draw/intern/draw_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/intern/draw_cache.h') 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); -- cgit v1.2.3