diff options
| author | Wuzzy <wuzzy2@mail.ru> | 2020-07-23 19:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 19:54:58 +0200 |
| commit | 808fa5ecb3ddfd5d993000cc6b4c972257e182db (patch) | |
| tree | 73c18c4b64c55e8c72ecbe81afce08ab66430e85 /src/client/content_mapblock.h | |
| parent | 8ca602150d4fdce6dcc63fa13e22aeaac5b927cc (diff) | |
| download | minetest-808fa5ecb3ddfd5d993000cc6b4c972257e182db.tar.xz | |
Improve default inventory+wield images of node drawtypes (#9299)
Diffstat (limited to 'src/client/content_mapblock.h')
| -rw-r--r-- | src/client/content_mapblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/content_mapblock.h b/src/client/content_mapblock.h index 97947cdbe..487d84a07 100644 --- a/src/client/content_mapblock.h +++ b/src/client/content_mapblock.h @@ -174,5 +174,5 @@ public: public: MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output); void generate(); - void renderSingle(content_t node); + void renderSingle(content_t node, u8 param2 = 0x00); }; |
