1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-30 15:05:32 +01:00

Fix item and wield meshes (#6596)

This commit is contained in:
Vitaliy
2017-11-14 21:23:34 +03:00
committed by sfan5
parent 8ea86338ab
commit ee6bb5a315
4 changed files with 57 additions and 35 deletions

View File

@@ -145,4 +145,5 @@ public:
public:
MapblockMeshGenerator(MeshMakeData *input, MeshCollector *output);
void generate();
void renderSingle(content_t node);
};