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:
Diffstat (limited to 'source/blender/include/BDR_drawmesh.h')
-rw-r--r--source/blender/include/BDR_drawmesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BDR_drawmesh.h b/source/blender/include/BDR_drawmesh.h
index b2b68b25d60..15e18135c67 100644
--- a/source/blender/include/BDR_drawmesh.h
+++ b/source/blender/include/BDR_drawmesh.h
@@ -34,7 +34,7 @@
#define BDR_DRAWMESH_H
struct Image;
-struct TFace;
+struct MTFace;
struct Object;
struct Mesh;
struct EdgeHash;
@@ -75,7 +75,7 @@ void update_realtime_image(struct Image *ima, int x, int y, int w, int h);
void free_realtime_image(struct Image *ima);
void free_all_realtime_images(void);
void make_repbind(struct Image *ima);
-int set_tpage(struct TFace *tface);
+int set_tpage(struct MTFace *tface);
void draw_tface_mesh(struct Object *ob, struct Mesh *me, int dt);
struct EdgeHash *get_tface_mesh_marked_edge_info(struct Mesh *me);
void init_realtime_GL(void);