mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -50,7 +50,7 @@ LocalPlayer::~LocalPlayer()
|
||||
|
||||
void LocalPlayer::aiStep()
|
||||
{
|
||||
m_pMoveInput->tick(this);
|
||||
m_pMoveInput->onTick(this);
|
||||
if (m_pMoveInput->m_bSneakButton && field_A4 < 0.2f)
|
||||
field_A4 = 0.2f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user