Surround tickMouse() call in ORIGINAL_CODE preprocessor check

This commit is contained in:
Parker Hawke
2023-07-31 12:40:08 -04:00
parent 47f9b45ac4
commit 25c0ad6067

View File

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