diff options
Diffstat (limited to 'src/mapblock_mesh.h')
-rw-r--r-- | src/mapblock_mesh.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mapblock_mesh.h b/src/mapblock_mesh.h index 13cee537c..13e3da9a1 100644 --- a/src/mapblock_mesh.h +++ b/src/mapblock_mesh.h @@ -200,7 +200,8 @@ struct MeshCollector const u16 *indices, u32 numIndices); void append(const TileLayer &material, const video::S3DVertex *vertices, u32 numVertices, - const u16 *indices, u32 numIndices, u8 layernum); + const u16 *indices, u32 numIndices, u8 layernum, + bool use_scale = false); void append(const TileSpec &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices, v3f pos, @@ -208,7 +209,8 @@ struct MeshCollector void append(const TileLayer &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices, v3f pos, - video::SColor c, u8 light_source, u8 layernum); + video::SColor c, u8 light_source, u8 layernum, + bool use_scale = false); /*! * Colorizes all vertices in the collector. */ |