From a18525a14eca664dc93be01e55b0efd1ce08b0fa Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 29 Nov 2010 14:03:40 +0200 Subject: fixed face updating slowness bug --- src/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index b461549d2..7652e047e 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1224,8 +1224,7 @@ bool Client::AsyncProcessData() } return false; - /* - LazyMeshUpdater mesh_updater(&m_env); + /*LazyMeshUpdater mesh_updater(&m_env); for(;;) { bool r = AsyncProcessPacket(mesh_updater); @@ -1233,6 +1232,7 @@ bool Client::AsyncProcessData() break; } return false;*/ + } void Client::Send(u16 channelnum, SharedBuffer data, bool reliable) -- cgit v1.2.3