fixed a compiler warning message in vs 2008
This commit is contained in:
@@ -146,7 +146,7 @@ void BKE_mesh_flush_hidden_from_verts(struct Mesh *me);
|
||||
|
||||
void BKE_mesh_flush_hidden_from_polys_ex(struct MVert *mvert,
|
||||
const struct MLoop *mloop,
|
||||
struct MEdge *medge, int totedge,
|
||||
struct MEdge *medge, const int totedge,
|
||||
const struct MPoly *mpoly, const int totpoly);
|
||||
void BKE_mesh_flush_hidden_from_polys(struct Mesh *me);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user