mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix a -Wreorder warning
This commit is contained in:
parent
63c378fb5b
commit
6e1c70e02b
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ struct MeshMakeData
|
|||
v3s16 m_crack_pos_relative = v3s16(-1337,-1337,-1337);
|
||||
bool m_smooth_lighting = false;
|
||||
MeshGrid m_mesh_grid;
|
||||
u16 side_length = MAP_BLOCKSIZE;
|
||||
u16 side_length;
|
||||
|
||||
Client *m_client;
|
||||
bool m_use_shaders;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue