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:
parent
94239153b5
commit
e5f276ecee
8 changed files with 18 additions and 30 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue