From c1d8eeb70a63a73739a38e652a2b5462e08588ca Mon Sep 17 00:00:00 2001 From: Jürgen Doser Date: Wed, 28 Nov 2012 18:39:58 +0100 Subject: Make dragged itemstack following the mouse cursor much smoother by using the cursor coordinates directly, instead of updating them only when a mouse event is seen. --- src/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 5ce214cb8..edc3ce741 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1513,7 +1513,7 @@ void the_game( <<"Launching inventory"<setFormSpec(meta->getString("formspec"), -- cgit v1.2.3