diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-25 23:25:40 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-25 23:25:40 +0200 |
commit | 3cae2310f5e0ef52c40570cab1f59a56816b55b0 (patch) | |
tree | 6b9b105eb4ad5c3d9c1c2f5a3285dbb833f470af /src/main.cpp | |
parent | 822621f79239fadd232243a38120b4673efe60fe (diff) | |
download | minetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.tar.gz minetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.tar.bz2 minetest-3cae2310f5e0ef52c40570cab1f59a56816b55b0.zip |
main.cpp before viewing range stuff redoing
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0cb16c033..d22da3ff7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -187,6 +187,9 @@ Doing now: TODO: When server sees that client is removing an inexistent block or
adding a block to an existent position, resend the MapBlock.
+TODO: Fix viewing range updater's oscillation when there is large non-
+ linearity in range-speed relation
+
======================================================================
*/
|