1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add a little animation when changing the wielded item

This commit is contained in:
PilzAdam 2013-05-20 00:20:42 +02:00
parent bc66f46323
commit 3e2efdf18a
3 changed files with 58 additions and 13 deletions

View file

@ -3084,7 +3084,7 @@ void the_game(
ItemStack item;
if(mlist != NULL)
item = mlist->getItem(client.getPlayerItem());
camera.wield(item);
camera.wield(item, client.getPlayerItem());
}
/*