mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
Merge pull request #8 from 2008Choco/tickMouse-original-code
Surround tickMouse() call in ORIGINAL_CODE preprocessor check
This commit is contained in:
@@ -566,7 +566,9 @@ void Minecraft::update()
|
||||
m_pLevel->updateLights();
|
||||
}
|
||||
|
||||
#ifndef ORIGINAL_CODE
|
||||
tickMouse();
|
||||
#endif
|
||||
|
||||
m_pGameRenderer->render(m_timer.field_18);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user