1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Apply some minor code cleanups

This commit is contained in:
sfan5 2025-01-17 18:10:49 +01:00
parent 94239153b5
commit e5f276ecee
8 changed files with 18 additions and 30 deletions

View file

@ -180,7 +180,7 @@ class MapBlockMesh
{
public:
// Builds the mesh given
MapBlockMesh(Client *client, MeshMakeData *data, v3s16 camera_offset);
MapBlockMesh(Client *client, MeshMakeData *data);
~MapBlockMesh();
// Main animation function, parameters:
@ -248,7 +248,6 @@ public:
private:
struct AnimationInfo {
int frame; // last animation frame
int frame_offset;
TileLayer tile;
};