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-01-25 13:15:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-25 13:15:27 +0300
commitce6ba965dc4956910e51e40aff7707b6ac85e23d (patch)
treefc146e8bc8884b24023ee4874042ced4911f57e8 /source/blender/blenkernel/intern/mesh_remap.c
parentf4a418b03195e617e0d57a77e59f57e191e1cec5 (diff)
cleanup: warnings, spelling
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_remap.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh_remap.c b/source/blender/blenkernel/intern/mesh_remap.c
index 2dde0d919ec..7e94e17d1ff 100644
--- a/source/blender/blenkernel/intern/mesh_remap.c
+++ b/source/blender/blenkernel/intern/mesh_remap.c
@@ -1427,7 +1427,7 @@ void BKE_mesh_remap_calc_loops_from_dm(
best_island = use_islands ? island_store.islands[best_island_index] : NULL;
as_graph = &as_graphdata[best_island_index];
poly_island_index_map = (int *)as_graph->custom_data;
- BLI_astar_solution_init(as_graph, &as_solution, false);
+ BLI_astar_solution_init(as_graph, &as_solution, NULL);
}
for (plidx_dst = 0; plidx_dst < mp_dst->totloop; plidx_dst++) {