Merge pull request #8 from 2008Choco/tickMouse-original-code

Surround tickMouse() call in ORIGINAL_CODE preprocessor check
This commit is contained in:
iProgramInCpp
2023-07-31 21:17:22 +03:00
committed by GitHub

View File

@@ -566,7 +566,9 @@ void Minecraft::update()
m_pLevel->updateLights();
}
#ifndef ORIGINAL_CODE
tickMouse();
#endif
m_pGameRenderer->render(m_timer.field_18);
}