mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
clang-tidy: fix many warnings
This commit is contained in:
@@ -49,7 +49,7 @@ void Entity::_init()
|
||||
field_B8 = 0;
|
||||
field_BC = 300;
|
||||
field_C0 = 0;
|
||||
field_C8 = 0; // @NOTE: Render type? (eEntityRenderType)
|
||||
m_renderType = RENDER_NONE;
|
||||
m_distanceFallen = 0.0f;
|
||||
field_D0 = 300;
|
||||
field_D4 = 0;
|
||||
@@ -64,7 +64,7 @@ Entity::Entity(Level* pLevel)
|
||||
|
||||
m_pLevel = pLevel;
|
||||
m_EntityID = ++entityCounter;
|
||||
setPos(0, 0, 0);
|
||||
Entity::setPos(0, 0, 0);
|
||||
}
|
||||
|
||||
Entity::~Entity()
|
||||
|
||||
Reference in New Issue
Block a user