[Bf-blender-cvs] [4fd377990ba] hair_guides: Fix typo.

Lukas Tönne noreply at git.blender.org
Wed May 23 10:04:36 CEST 2018


Commit: 4fd377990baa6753e24b19f683c439943d58f4c5
Author: Lukas Tönne
Date:   Wed May 23 09:04:11 2018 +0100
Branches: hair_guides
https://developer.blender.org/rB4fd377990baa6753e24b19f683c439943d58f4c5

Fix typo.

===================================================================

M	source/blender/draw/intern/draw_cache_impl_hair.c

===================================================================

diff --git a/source/blender/draw/intern/draw_cache_impl_hair.c b/source/blender/draw/intern/draw_cache_impl_hair.c
index 9eeb473e17e..f722c93162b 100644
--- a/source/blender/draw/intern/draw_cache_impl_hair.c
+++ b/source/blender/draw/intern/draw_cache_impl_hair.c
@@ -307,7 +307,7 @@ Gwn_Batch *DRW_hair_batch_cache_get_fibers(
 	TIMEIT_START(DRW_hair_batch_cache_get_fibers);
 
 	HairExportCache *hair_export = BKE_hair_export_cache_new();
-	BKE_hair_export_update(hair_export, hsys, subdiv, scalp, HAIR_EXPORT_ALL);
+	BKE_hair_export_cache_update(hair_export, hsys, subdiv, scalp, HAIR_EXPORT_ALL);
 
 	if (cache->fibers == NULL) {
 		TIMEIT_BENCH(hair_batch_cache_ensure_fibers(hair_export, cache),



More information about the Bf-blender-cvs mailing list