mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
clang-tidy: fix many warnings
This commit is contained in:
@@ -30,7 +30,7 @@ FallingTile::FallingTile(Level* level, float x, float y, float z, int id) : Enti
|
||||
m_vel.z = 0.0f;
|
||||
|
||||
#if defined(ENH_ALLOW_SAND_GRAVITY)
|
||||
field_C8 = RENDER_FALLING_TILE;
|
||||
m_renderType = RENDER_FALLING_TILE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user