mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
Fix: Block destroy
This commit is contained in:
@@ -889,6 +889,10 @@ void Minecraft::tickInput() {
|
||||
handleBuildAction(&bai);
|
||||
}
|
||||
|
||||
if (Mouse::getButtonState(MouseAction::ACTION_LEFT) == 0) {
|
||||
gameMode->stopDestroyBlock();
|
||||
}
|
||||
|
||||
prevMouseDownLeft = Mouse::isButtonDown(MouseAction::ACTION_LEFT);
|
||||
|
||||
static int buildHoldTicks = 0;
|
||||
|
||||
Reference in New Issue
Block a user