1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Use MapBlock::copyTo to fill MeshMakeData

This commit is contained in:
Lars
2025-06-26 13:16:17 -07:00
committed by lhofhansl
parent 2d36d32da8
commit fcbf05fc30
3 changed files with 1 additions and 11 deletions

View File

@@ -60,7 +60,6 @@ struct MeshMakeData
Copy block data manually (to allow optimizations by the caller)
*/
void fillBlockDataBegin(const v3s16 &blockpos);
void fillBlockData(const v3s16 &bp, MapNode *data);
/*
Prepare block data for rendering a single node located at (0,0,0).