From: Perttu Ahola Date: Sun, 5 Jun 2011 15:59:36 +0000 (+0300) Subject: updated comment in main.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=d2a145b8266b63e6de27e8df95a72db528cdf28e;p=zefram%2Fminetest%2Fminetest_engine.git updated comment in main.cpp --- diff --git a/src/main.cpp b/src/main.cpp index 802dc539..bb34a1a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -225,6 +225,9 @@ FIXME: The new optimized map sending doesn't sometimes send enough blocks TODO: Map saving should be done by EmergeThread +SUGG: Map unloading based on sector reference is not very good, it keeps + unnecessary stuff in memory. I guess. Investigate this. + Environment: ------------