- yet another warning fix
This commit is contained in:
@@ -1305,7 +1305,7 @@ static float *get_mesh_orco(Object *ob)
|
||||
}
|
||||
static void free_mesh_orco_hash(void)
|
||||
{
|
||||
BLI_ghash_free(g_orco_hash, NULL, MEM_freeN);
|
||||
BLI_ghash_free(g_orco_hash, NULL, (GHashValFreeFP)MEM_freeN);
|
||||
g_orco_hash = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user