mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 12:52:12 +00:00
wip: removing vec3 tls
This commit is contained in:
@@ -1506,7 +1506,7 @@ bool LocalPlayer::handleMouseClick(int button) {
|
||||
bool usedItem = false;
|
||||
if (minecraft->gameMode->useItemOn(
|
||||
minecraft->localplayers[GetXboxPad()], level, item, x, y, z,
|
||||
face, minecraft->hitResult->pos, false, &usedItem)) {
|
||||
face, &minecraft->hitResult->pos, false, &usedItem)) {
|
||||
// Presume that if we actually used the held item, then we've
|
||||
// placed it
|
||||
if (usedItem) {
|
||||
|
||||
Reference in New Issue
Block a user